Skip to content

Commit

Permalink
Bumped version to v2.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
awood45 committed May 14, 2015
1 parent f353103 commit cd5afb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
Unreleased Changes
2.0.43 (2015-05-14)
------------------

* Feature - Aws::DirectoryService - APIs are now supported for the Simple AD and
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -229,12 +229,13 @@ to be backwards compatible.
| AWS Config | ConfigService | 2014-11-12 |
| AWS Data Pipeline | DataPipeline | 2012-10-29 |
| AWS Direct Connect | DirectConnect | 2012-10-25 |
| AWS Directory Service | DirectoryService | 2015-04-16 |
| AWS Elastic Beanstalk | ElasticBeanstalk | 2010-12-01 |
| AWS Identity and Access Management | IAM | 2010-05-08 |
| AWS Import/Export | ImportExport | 2010-06-01 |
| AWS Key Management Service | KMS | 2014-11-01 |
| AWS Lambda | Lambda | 2015-03-31 |
| AWS Lambda | LambdaPreview | 2014-11-11 |
| AWS Lambda | Lambda | 2015-03-31 |
| AWS OpsWorks | OpsWorks | 2013-02-18 |
| AWS Security Token Service | STS | 2011-06-15 |
| AWS Storage Gateway | StorageGateway | 2013-06-30 |
Expand All @@ -250,7 +251,7 @@ to be backwards compatible.
| Amazon DynamoDB | DynamoDB | 2012-08-10 |
| Amazon EC2 Container Service | ECS | 2014-11-13 |
| Amazon ElastiCache | ElastiCache | 2015-02-02 |
| Amazon Elastic Compute Cloud | EC2 | 2015-03-01 |
| Amazon Elastic Compute Cloud | EC2 | 2015-04-15 |
| Amazon Elastic MapReduce | EMR | 2009-03-31 |
| Amazon Elastic Transcoder | ElasticTranscoder | 2012-09-25 |
| Amazon Glacier | Glacier | 2012-06-01 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.42
2.0.43
2 changes: 1 addition & 1 deletion aws-sdk-core/lib/aws-sdk-core/version.rb
@@ -1,3 +1,3 @@
module Aws
VERSION = '2.0.42'
VERSION = '2.0.43'
end

0 comments on commit cd5afb2

Please sign in to comment.