Skip to content

Commit f04d22b

Browse files
committed
Update Changelog
1 parent 992d974 commit f04d22b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## [0.4.0]
210

311
### 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.4.1",
6+
version: "0.5.0",
77
elixir: "~> 1.0",
88
description: description,
99
package: package,

0 commit comments

Comments
 (0)