Skip to content

Commit

Permalink
credits and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 25, 2017
1 parent 02cf2e9 commit 0bfcdbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ Bang functions assume the operation will always be successful, otherwise functio
Many thanks to:
- [Jose Pablo Castro](https://github.com/josepablocastro) - Built the repo configuration for paper_trail
- [Alex Antonov](https://github.com/asiniy) - Original inventor of the originator feature
- [Moritz Schmale](https://github.com/narrowtux) - UUID primary keys feature
- [Jason Draper](https://github.com/drapergeek) - UUID primary keys feature
- [Josh Taylor](https://github.com/joshuataylor) - Maintenance and new feature suggestions
- [Mitchell Henke](https://github.com/mitchellhenke) - Fixed weird elixir compiler warnings
- [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PaperTrail.Mixfile do
def project do
[
app: :paper_trail,
version: "0.7.4",
version: "0.7.5",
elixir: "~> 1.4",
description: description(),
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 0bfcdbf

Please sign in to comment.