diff --git a/CHANGELOG.md b/CHANGELOG.md index dae96f2cc7..cb4fa4acaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.110.5 - 2019-08-28 * `Aws\GlobalAccelerator` - API Update for AWS Global Accelerator Client IP Preservation * `Aws\MediaConvert` - This release adds the ability to send a job to an on-demand queue while simulating the performance of a job sent to a reserved queue. Use this setting to estimate the number of reserved transcoding slots (RTS) you need for a reserved queue. diff --git a/src/Sdk.php b/src/Sdk.php index 679c71e886..fdbf79fb20 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -381,7 +381,7 @@ */ class Sdk { - const VERSION = '3.110.4'; + const VERSION = '3.110.5'; /** @var array Arguments for creating clients */ private $args;