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 992d974 commit f04d22bCopy full SHA for f04d22b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.5.0]
2
+
3
+### Fixed
4
+- `x-amz-date` using Date instead of DateTime (thanks to [@radar](https://github.com/radar))
5
6
+### Changed
7
+- Dependency updates (thanks to [@radar](https://github.com/radar))
8
9
## [0.4.0]
10
11
### Fixed
mix.exs
@@ -3,7 +3,7 @@ defmodule AWSAuth.Mixfile do
def project do
[app: :aws_auth,
- version: "0.4.1",
+ version: "0.5.0",
elixir: "~> 1.0",
description: description,
package: package,
0 commit comments