Skip to content

Commit 358fdc2

Browse files
committed
Update CHANGELOG.
1 parent 6442528 commit 358fdc2

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased][unreleased]
6+
7+
## [v0.0.11] - 2016-04-21
8+
### Added
9+
- `AWS.CertificateManager` module for AWS Certificate Manager service.
10+
- `AWS.CloudWatch.Events` module for AWS CloudWatch Events service.
11+
- `AWS.Cognito.IdentityProvider` module for AWS Cognito Identity Provider
12+
service.
13+
- `AWS.DMS` module for AWS Database Migration Service.
14+
- `AWS.ECR` module for AWS EC2 Container Registry service.
15+
- `AWS.Inspector` module for AWS Inspector service.
16+
- `AWS.IoT` module for AWS IoT service.
17+
- `AWS.IoT.DataPlane` module for AWS IoT Data Plane service.
18+
- `AWS.Kinesis.Firehose` module for AWS Kinesis Firehose service.
19+
- `AWS.MachineLearning` module for AWS Machine Learning service.
20+
- `AWS.Marketplace.Metering` module for AWS Marketplace Metering service.
21+
22+
### Changed
23+
- `AWS.CodePipeline` module has updated documentation.
24+
- `AWS.Cognito` module has updated documentation.
25+
- `AWS.DirectoryService` module has support for creating, deleting, describing
26+
and updating conditional forwarders.
27+
- `AWS.Kinesis` module has updated documentation and enabling and disabling
28+
enhanced monitoring.
29+
- `AWS.MCA` module has been renamed to `AWS.Marketplace.CommerceAnalytics`.
30+
- `AWS.StorageGateway` module has updated documentation.
31+
- `AWS.WAF` module has support for creating, deleting, getting, listing and
32+
updating XSS match sets.
33+
- Timex dependency upgrade from 1.x to 2.x (Fixes #40).
34+
- Bump minimum Elixir version to 1.2.
35+
636
### Fixed
737
- Link to `aws-codegen` added and broken AWS SDK specification links fixed in
838
README. Thanks Brenton Annan (@brentonannan).
@@ -163,7 +193,8 @@ All notable changes to this project will be documented in this file.
163193
- `AWS.StorageGateway` module for Storage Gateway Service
164194
- `AWS.Support` module for Support Service.
165195

166-
[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.0.10...HEAD
196+
[unreleased]: https://github.com/jkakar/aws-elixir/compare/v0.0.11...HEAD
197+
[v0.0.11]: https://github.com/jkakar/aws-elixir/compare/v0.0.10...v0.0.11
167198
[v0.0.10]: https://github.com/jkakar/aws-elixir/compare/v0.0.9...v0.0.10
168199
[v0.0.9]: https://github.com/jkakar/aws-elixir/compare/v0.0.8...v0.0.9
169200
[v0.0.8]: https://github.com/jkakar/aws-elixir/compare/v0.0.7...v0.0.8

0 commit comments

Comments
 (0)