Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Oct 5, 2016
1 parent 9430fbb commit eae8f3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.5.1]

### Fixed
- Use Timex.DateTime.now, rather than Timex.DateTime.today (thanks to [@radar](https://github.com/radar))

## [0.5.0]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AWSAuth.Mixfile do

def project do
[app: :aws_auth,
version: "0.5.0",
version: "0.5.1",
elixir: "~> 1.0",
description: description,
package: package,
Expand Down

0 comments on commit eae8f3a

Please sign in to comment.