Skip to content

Commit f806688

Browse files
committed
Bump version.
1 parent a0c3dca commit f806688

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All 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

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.9"}]
33+
[{:aws, "~> 0.0.10"}]
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.9"
44+
"0.0.10"
4545
end
4646

4747
defp package do

0 commit comments

Comments
 (0)