File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55## [ Unreleased] [ unreleased ]
6+
7+ ## [ v0.0.10] - 2016-03-22
68### Added
79- ` AWS.CloudHSM ` module has support to add, list and remove tags on resources.
810- ` AWS.CodeCommit ` module has support for getting commits, and working with
@@ -158,7 +160,8 @@ All notable changes to this project will be documented in this file.
158160- ` AWS.StorageGateway ` module for Storage Gateway Service
159161- ` AWS.Support ` module for Support Service.
160162
161- [ unreleased ] : https://github.com/jkakar/aws-elixir/compare/v0.0.9...HEAD
163+ [ unreleased ] : https://github.com/jkakar/aws-elixir/compare/v0.0.10...HEAD
164+ [ v0.0.10 ] : https://github.com/jkakar/aws-elixir/compare/v0.0.9...v0.0.10
162165[ v0.0.9 ] : https://github.com/jkakar/aws-elixir/compare/v0.0.8...v0.0.9
163166[ v0.0.8 ] : https://github.com/jkakar/aws-elixir/compare/v0.0.7...v0.0.8
164167[ v0.0.7 ] : https://github.com/jkakar/aws-elixir/compare/v0.0.6...v0.0.7
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.9 " }]
33+ [{:aws , " ~> 0.0.10 " }]
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.9 "
44+ "0.0.10 "
4545 end
4646
4747 defp package do
You can’t perform that action at this time.
0 commit comments