diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bbfdd04aa9..25ff969cbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.567 (2020-08-14) +------------------ + * Feature - Aws::AppStream - Updated the API, and documentation for Amazon AppStream. * Feature - Aws::Braket - Updated the API for Braket. diff --git a/VERSION b/VERSION index 4480e1a6c5f..85a799461ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.566 \ No newline at end of file +2.11.567 \ 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 bc2c5cc31b3..4752c950448 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.566' + VERSION = '2.11.567' end