diff --git a/CHANGELOG.md b/CHANGELOG.md index 962d45b9ecc..9121bb21c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.496 (2020-04-28) +------------------ + * Feature - Aws::ECR - Updated the API, and documentation for Amazon EC2 Container Registry. * Feature - Aws::KinesisVideoArchivedMedia - Updated the API, and documentation for Amazon Kinesis Video Streams Archived Media. diff --git a/VERSION b/VERSION index de9e13e300c..742a8634de4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.495 \ No newline at end of file +2.11.496 \ No newline at end of file diff --git a/aws-sdk-core/lib/aws-sdk-core/version.rb b/aws-sdk-core/lib/aws-sdk-core/version.rb index 5815ea29f76..127243e632b 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.11.495' + VERSION = '2.11.496' end