We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9430fbb commit eae8f3aCopy full SHA for eae8f3a
CHANGELOG.md
@@ -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
6
## [0.5.0]
7
8
### Fixed
mix.exs
@@ -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,
9
package: package,
0 commit comments