Skip to content

Commit 507098b

Browse files
committed
Bumped version to v2.1.5
1 parent e4c7192 commit 507098b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased Changes
1+
2.1.5 (2015-07-14)
22
------------------
33

44
* Feature - Aws::DeviceFarm - Added support for AWS Device Farm.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,15 @@ to be backwards compatible.
230230
| AWS CodePipeline | CodePipeline | 2015-07-09 |
231231
| AWS Config | ConfigService | 2014-11-12 |
232232
| AWS Data Pipeline | DataPipeline | 2012-10-29 |
233+
| AWS Device Farm | DeviceFarm | 2015-06-23 |
233234
| AWS Direct Connect | DirectConnect | 2012-10-25 |
234235
| AWS Directory Service | DirectoryService | 2015-04-16 |
235236
| AWS Elastic Beanstalk | ElasticBeanstalk | 2010-12-01 |
236237
| AWS Identity and Access Management | IAM | 2010-05-08 |
237238
| AWS Import/Export | ImportExport | 2010-06-01 |
238239
| AWS Key Management Service | KMS | 2014-11-01 |
239-
| AWS Lambda | LambdaPreview | 2014-11-11 |
240240
| AWS Lambda | Lambda | 2015-03-31 |
241+
| AWS Lambda | LambdaPreview | 2014-11-11 |
241242
| AWS OpsWorks | OpsWorks | 2013-02-18 |
242243
| AWS Security Token Service | STS | 2011-06-15 |
243244
| AWS Storage Gateway | StorageGateway | 2013-06-30 |
@@ -251,6 +252,7 @@ to be backwards compatible.
251252
| Amazon Cognito Identity | CognitoIdentity | 2014-06-30 |
252253
| Amazon Cognito Sync | CognitoSync | 2014-06-30 |
253254
| Amazon DynamoDB | DynamoDB | 2012-08-10 |
255+
| Amazon DynamoDB Streams | DynamoDBStreams | 2012-08-10 |
254256
| Amazon EC2 Container Service | ECS | 2014-11-13 |
255257
| Amazon ElastiCache | ElastiCache | 2015-02-02 |
256258
| Amazon Elastic Compute Cloud | EC2 | 2015-04-15 |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.4
1+
2.1.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Aws
2-
VERSION = '2.1.4'
2+
VERSION = '2.1.5'
33
end

0 commit comments

Comments
 (0)