Skip to content

Commit 69c4434

Browse files
committed
Bumped version to v2.1.4
1 parent 30f0d27 commit 69c4434

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.4 (2015-07-09)
22
------------------
33

44
* Feature - Aws::ECS - Amazon EC2 Container Service now supports the UDP

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ to be backwards compatible.
225225
| ---------------------------------------- | -------------------- | ----------- |
226226
| AWS CloudFormation | CloudFormation | 2010-05-15 |
227227
| AWS CloudTrail | CloudTrail | 2013-11-01 |
228+
| AWS CodeCommit | CodeCommit | 2015-04-13 |
228229
| AWS CodeDeploy | CodeDeploy | 2014-10-06 |
230+
| AWS CodePipeline | CodePipeline | 2015-07-09 |
229231
| AWS Config | ConfigService | 2014-11-12 |
230232
| AWS Data Pipeline | DataPipeline | 2012-10-29 |
231233
| AWS Direct Connect | DirectConnect | 2012-10-25 |
@@ -234,8 +236,8 @@ to be backwards compatible.
234236
| AWS Identity and Access Management | IAM | 2010-05-08 |
235237
| AWS Import/Export | ImportExport | 2010-06-01 |
236238
| AWS Key Management Service | KMS | 2014-11-01 |
237-
| AWS Lambda | Lambda | 2015-03-31 |
238239
| AWS Lambda | LambdaPreview | 2014-11-11 |
240+
| AWS Lambda | Lambda | 2015-03-31 |
239241
| AWS OpsWorks | OpsWorks | 2013-02-18 |
240242
| AWS Security Token Service | STS | 2011-06-15 |
241243
| AWS Storage Gateway | StorageGateway | 2013-06-30 |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.3
1+
2.1.4
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.3'
2+
VERSION = '2.1.4'
33
end

0 commit comments

Comments
 (0)