diff --git a/CHANGELOG.md b/CHANGELOG.md index c70da3bef0..e1b1f8c551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.93.1 - 2019-05-01 * `Aws\EC2` - This release adds an API for the modification of a VPN Connection, enabling migration from a Virtual Private Gateway (VGW) to a Transit Gateway (TGW), while preserving the VPN endpoint IP addresses on the AWS side as well as the tunnel options. * `Aws\ECS` - This release of Amazon Elastic Container Service (Amazon ECS) introduces additional task definition parameters that enable you to define secret options for Docker log configuration, a per-container list contains secrets stored in AWS Systems Manager Parameter Store or AWS Secrets Manager. diff --git a/src/Sdk.php b/src/Sdk.php index 9b2f26301f..dce1de6856 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -351,7 +351,7 @@ */ class Sdk { - const VERSION = '3.93.0'; + const VERSION = '3.93.1'; /** @var array Arguments for creating clients */ private $args;