From 507098bdbe8eeb607ce6d67366500ca61e09de3b Mon Sep 17 00:00:00 2001 From: Trevor Rowe Date: Tue, 14 Jul 2015 12:55:36 -0700 Subject: [PATCH] Bumped version to v2.1.5 --- CHANGELOG.md | 2 +- README.md | 4 +++- VERSION | 2 +- aws-sdk-core/lib/aws-sdk-core/version.rb | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1abb5ce132..a05bb0d7db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased Changes +2.1.5 (2015-07-14) ------------------ * Feature - Aws::DeviceFarm - Added support for AWS Device Farm. diff --git a/README.md b/README.md index 60f35f9d328..4dfe67f4ec2 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 | diff --git a/VERSION b/VERSION index 7d2ed7c7020..cd57a8b95d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.4 +2.1.5 diff --git a/aws-sdk-core/lib/aws-sdk-core/version.rb b/aws-sdk-core/lib/aws-sdk-core/version.rb index 3fe53edcdb1..53cf9350102 100644 --- a/aws-sdk-core/lib/aws-sdk-core/version.rb +++ b/aws-sdk-core/lib/aws-sdk-core/version.rb @@ -1,3 +1,3 @@ module Aws - VERSION = '2.1.4' + VERSION = '2.1.5' end