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;