Skip to content

Commit

Permalink
Tag release v2.5.3
Browse files Browse the repository at this point in the history
References:
  #1270
  • Loading branch information
awood45 committed Aug 11, 2016
1 parent a910ba6 commit c28e012
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
Unreleased Changes
2.5.3 (2016-08-11)
------------------

* Feature - Aws::AutoScaling - Updated the API, and documentation for Auto Scaling.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -250,8 +250,8 @@ to be backwards compatible.
| AWS IoT | IoT | 2015-05-28 |
| AWS IoT Data Plane | IoTDataPlane | 2015-05-28 |
| AWS Key Management Service | KMS | 2014-11-01 |
| AWS Lambda | Lambda | 2015-03-31 |
| AWS Lambda | LambdaPreview | 2014-11-11 |
| AWS Lambda | Lambda | 2015-03-31 |
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
| AWS OpsWorks | OpsWorks | 2013-02-18 |
| AWS Security Token Service | STS | 2011-06-15 |
Expand Down Expand Up @@ -283,8 +283,10 @@ to be backwards compatible.
| Amazon Elasticsearch Service | ElasticsearchService | 2015-01-01 |
| Amazon GameLift | GameLift | 2015-10-01 |
| Amazon Glacier | Glacier | 2012-06-01 |
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
| Amazon Inspector | Inspector | 2016-02-16 |
| Amazon Kinesis | Kinesis | 2013-12-02 |
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
| Amazon Machine Learning | MachineLearning | 2014-12-12 |
| Amazon Redshift | Redshift | 2012-12-01 |
Expand All @@ -301,6 +303,7 @@ to be backwards compatible.
| Amazon WorkSpaces | WorkSpaces | 2015-04-08 |
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
| Auto Scaling | AutoScaling | 2011-01-01 |
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |

## License
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.5.2
2.5.3
2 changes: 1 addition & 1 deletion aws-sdk-core/lib/aws-sdk-core/version.rb
@@ -1,3 +1,3 @@
module Aws
VERSION = '2.5.2'
VERSION = '2.5.3'
end

0 comments on commit c28e012

Please sign in to comment.