From 402a7e30c4ad979ca264079cd224984840ce6b37 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 23 May 2019 18:07:25 +0000 Subject: [PATCH] 3.94.3 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7201c60556..dd2c800552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.94.3 - 2019-05-23 * `Aws\Api` - Preserve path on custom endpoints * `Aws\EC2` - New APIs to enable EBS encryption by default feature. Once EBS encryption by default is enabled in a region within the account, all new EBS volumes and snapshot copies are always encrypted diff --git a/src/Sdk.php b/src/Sdk.php index cbaeae13da..480e88a9aa 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -353,7 +353,7 @@ */ class Sdk { - const VERSION = '3.94.2'; + const VERSION = '3.94.3'; /** @var array Arguments for creating clients */ private $args;