Skip to content

Commit

Permalink
Tag release v2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
awood45 committed Jan 21, 2016
1 parent ae83f40 commit e65f746
Show file tree
Hide file tree
Showing 4 changed files with 5 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.2.13 (2016-01-21)
------------------

* Feature - Aws::ACM - Initial support for the AWS Certificate Manager (ACM) API. ACM is an AWS service that makes it easier for you to deploy secure SSL based websites and applications on the AWS platform. SSL is the standard protocol for encrypting communications and establishing the identity of a website over the Internet. ACM takes care of all of the complexity of obtaining, deploying, and renewing the digital certificates used with SSL. ACM makes it easier to encrypt sensitive data in transit using SSL in order to help meet regulatory and compliance requirements such as PCI-DSS, FISMA, and HIPAA. Because ACM is integrated with AWS services such as Elastic Load Balancing (ELB) and Amazon CloudFront, it’s easy to request a certificate, install it on your load balancer or CloudFront distribution, and let ACM renew and deploy it automatically.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ to be backwards compatible.

| Service Name | Service Class | API Version |
| ---------------------------------------- | ---------------------------- | ----------- |
| AWS Certificate Manager | ACM | 2015-12-08 |
| AWS CloudFormation | CloudFormation | 2010-05-15 |
| AWS CloudTrail | CloudTrail | 2013-11-01 |
| AWS CodeCommit | CodeCommit | 2015-04-13 |
Expand All @@ -252,7 +253,7 @@ to be backwards compatible.
| AWS Support | Support | 2013-04-15 |
| AWS WAF | WAF | 2015-08-24 |
| Amazon API Gateway | APIGateway | 2015-07-09 |
| Amazon CloudFront | CloudFront | 2016-01-13 |
| Amazon CloudFront | CloudFront | 2016-01-28 |
| Amazon CloudHSM | CloudHSM | 2014-05-30 |
| Amazon CloudSearch | CloudSearch | 2013-01-01 |
| Amazon CloudSearch Domain | CloudSearchDomain | 2013-01-01 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.12
2.2.13
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.2.12'
VERSION = '2.2.13'
end

0 comments on commit e65f746

Please sign in to comment.