File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments