Skip to content

Commit eae8f3a

Browse files
committed
Updated change log
1 parent 9430fbb commit eae8f3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.5.1]
2+
3+
### Fixed
4+
- Use Timex.DateTime.now, rather than Timex.DateTime.today (thanks to [@radar](https://github.com/radar))
5+
16
## [0.5.0]
27

38
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AWSAuth.Mixfile do
33

44
def project do
55
[app: :aws_auth,
6-
version: "0.5.0",
6+
version: "0.5.1",
77
elixir: "~> 1.0",
88
description: description,
99
package: package,

0 commit comments

Comments
 (0)