Skip to content

Commit aa61159

Browse files
committed
Bump version to v0.1.0.
1 parent 6c2d9e7 commit aa61159

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.1.0] - 2016-07-13
68
### Added
79
- `AWS.AutoScaling` module for AWS Auto Scaling service.
810
- `AWS.CertificateManager` module has support for adding, listing and removing
@@ -243,7 +245,8 @@ All notable changes to this project will be documented in this file.
243245
- `AWS.StorageGateway` module for Storage Gateway Service
244246
- `AWS.Support` module for Support Service.
245247

246-
[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.0.12...HEAD
248+
[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.1.0...HEAD
249+
[v0.1.0]: https://github.com/jkakar/aws-elixir/compare/v0.0.12...v0.1.0
247250
[v0.0.12]: https://github.com/jkakar/aws-elixir/compare/v0.0.11...v0.0.12
248251
[v0.0.11]: https://github.com/jkakar/aws-elixir/compare/v0.0.10...v0.0.11
249252
[v0.0.10]: https://github.com/jkakar/aws-elixir/compare/v0.0.9...v0.0.10

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

4747
defp package do

0 commit comments

Comments
 (0)