Skip to content

Commit

Permalink
Bumped version to v2.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
awood45 committed May 26, 2015
1 parent f99351f commit 8f10cc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased Changes
2.0.46 (2015-05-26)
------------------

* Feature - Aws::EFS - Amazon Elastic File System (Amazon EFS) is a file storage
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ to be backwards compatible.
| 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 | LambdaPreview | 2014-11-11 |
| AWS Lambda | Lambda | 2015-03-31 |
| AWS Lambda | LambdaPreview | 2014-11-11 |
| AWS OpsWorks | OpsWorks | 2013-02-18 |
| AWS Security Token Service | STS | 2011-06-15 |
| AWS Storage Gateway | StorageGateway | 2013-06-30 |
Expand All @@ -252,6 +252,7 @@ to be backwards compatible.
| Amazon EC2 Container Service | ECS | 2014-11-13 |
| Amazon ElastiCache | ElastiCache | 2015-02-02 |
| Amazon Elastic Compute Cloud | EC2 | 2015-04-15 |
| Amazon Elastic File System | EFS | 2015-02-01 |
| 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.45
2.0.46
2 changes: 1 addition & 1 deletion aws-sdk-core/lib/aws-sdk-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Aws
VERSION = '2.0.45'
VERSION = '2.0.46'
end

0 comments on commit 8f10cc6

Please sign in to comment.