Skip to content

Commit c5de429

Browse files
committed
Bump version to v0.0.12.
1 parent 77acb8a commit c5de429

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased][unreleased]
66

7+
## [v0.0.12] - 2016-07-13
8+
### Changed
9+
- Bumped `poison` dependency from `~1.0` to `~1.5 or ~2.0` to be compatible
10+
with the latest version of Phoenix.
11+
712
## [v0.0.11] - 2016-04-21
813
### Added
914
- `AWS.CertificateManager` module for AWS Certificate Manager service.
@@ -193,7 +198,8 @@ All notable changes to this project will be documented in this file.
193198
- `AWS.StorageGateway` module for Storage Gateway Service
194199
- `AWS.Support` module for Support Service.
195200

196-
[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.0.11...HEAD
201+
[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.0.12...HEAD
202+
[v0.0.12]: https://github.com/jkakar/aws-elixir/compare/v0.0.11...v0.0.12
197203
[v0.0.11]: https://github.com/jkakar/aws-elixir/compare/v0.0.10...v0.0.11
198204
[v0.0.10]: https://github.com/jkakar/aws-elixir/compare/v0.0.9...v0.0.10
199205
[v0.0.9]: https://github.com/jkakar/aws-elixir/compare/v0.0.8...v0.0.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ iex> IO.inspect result
3030

3131
```elixir
3232
def deps do
33-
[{:aws, "~> 0.0.11"}]
33+
[{:aws, "~> 0.0.12"}]
3434
end
3535
```
3636

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ defmodule AWS.Mixfile do
4141
end
4242

4343
defp version do
44-
"0.0.11"
44+
"0.0.12"
4545
end
4646

4747
defp package do

0 commit comments

Comments
 (0)