diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aec8c7164..f0120d3733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.103.2 - 2019-07-01 * `Aws\DocDB` - This release provides support for cluster delete protection and the ability to stop and start clusters. * `Aws\EC2` - This release adds support for specifying a maximum hourly price for all On-Demand and Spot instances in both Spot Fleet and EC2 Fleet. diff --git a/src/Sdk.php b/src/Sdk.php index 2f8fa57301..5b7145d5ff 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -373,7 +373,7 @@ */ class Sdk { - const VERSION = '3.103.1'; + const VERSION = '3.103.2'; /** @var array Arguments for creating clients */ private $args;