diff --git a/CHANGELOG.md b/CHANGELOG.md index 583b94a4c0..7f6fae5f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.112.24 - 2019-10-17 * `Aws\Batch` - Adding support for Compute Environment Allocation Strategies * `Aws\RDS` - Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation. diff --git a/src/Sdk.php b/src/Sdk.php index 8405d43c22..47136867e5 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -387,7 +387,7 @@ */ class Sdk { - const VERSION = '3.112.23'; + const VERSION = '3.112.24'; /** @var array Arguments for creating clients */ private $args;