Skip to content

Commit 675d502

Browse files
committed
add last contributors to README
1 parent 5108680 commit 675d502

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The library source code is minimal and well tested. It is suggested to read the
104104

105105
```elixir
106106
def deps do
107-
[{:paper_trail, "~> 0.8.7"}]
107+
[{:paper_trail, "~> 0.9.0"}]
108108
end
109109
```
110110

@@ -475,6 +475,8 @@ Many thanks to:
475475
- [rustamtolipov](https://github.com/rustamtolipov) - Added support for Ecto v3
476476
- [gabrielpra1](https://github.com/gabrielpra1) - Added enhanced support for Ecto.Changeset
477477
- [Darren Thompson](https://github.com/DiscoStarslayer) - Added PaperTrail.Multi which makes paper trail transactions more usable
478+
- [Harold Tafur](https://github.com/hdtafur) - Made PaperTrail.insert accept :ecto_options params(ie. upsert options)
479+
- [Attila Szabo](https://github.com/szaboat) - Made %Version[:inserted_at] accept different ecto datetime options
478480
- [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;)
479481

480482
Additional thanks to:

0 commit comments

Comments
 (0)