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.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
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.12 " }]
33+ [{:aws , " ~> 0.1.0 " }]
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.12 "
44+ "0.1.0 "
4545 end
4646
4747 defp package do
You can’t perform that action at this time.
0 commit comments