Skip to content

Commit

Permalink
Bumped version to v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Jul 14, 2015
1 parent e4c7192 commit 507098b
Show file tree
Hide file tree
Showing 4 changed files with 6 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.1.5 (2015-07-14)
------------------

* Feature - Aws::DeviceFarm - Added support for AWS Device Farm.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,15 @@ to be backwards compatible.
| AWS CodePipeline | CodePipeline | 2015-07-09 |
| AWS Config | ConfigService | 2014-11-12 |
| AWS Data Pipeline | DataPipeline | 2012-10-29 |
| AWS Device Farm | DeviceFarm | 2015-06-23 |
| 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 | 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 @@ -251,6 +252,7 @@ to be backwards compatible.
| Amazon Cognito Identity | CognitoIdentity | 2014-06-30 |
| Amazon Cognito Sync | CognitoSync | 2014-06-30 |
| Amazon DynamoDB | DynamoDB | 2012-08-10 |
| Amazon DynamoDB Streams | DynamoDBStreams | 2012-08-10 |
| Amazon EC2 Container Service | ECS | 2014-11-13 |
| Amazon ElastiCache | ElastiCache | 2015-02-02 |
| Amazon Elastic Compute Cloud | EC2 | 2015-04-15 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.1.5
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.1.4'
VERSION = '2.1.5'
end

0 comments on commit 507098b

Please sign in to comment.