From 2dce6e4b7295c6ea44392fc8eff421e3651a8725 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Wed, 1 May 2019 18:10:22 +0000 Subject: [PATCH] 3.93.1 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;