diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e6771e560..545c06df3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.484 (2020-04-06) +------------------ + * Feature - Aws::Chime - Updated the API, and documentation for Amazon Chime. * Feature - Aws::ElasticBeanstalk - Updated the API, and documentation for AWS Elastic Beanstalk. diff --git a/VERSION b/VERSION index 3785b8942c6..4bcaf643d03 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.483 \ No newline at end of file +2.11.484 \ 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 06a4735a844..27ff366d1be 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.483' + VERSION = '2.11.484' end