From 9b085dff6b07eac417caef8cb6d26b471cde9a23 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Fri, 8 Mar 2019 19:15:34 +0000 Subject: [PATCH] 3.89.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 1bb0baed31..1019a2a643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.89.1 - 2019-03-08 * `Aws\CodeBuild` - CodeBuild also now supports Git Submodules. CodeBuild now supports opting out of Encryption for S3 Build Logs. By default these logs are encrypted. * `Aws\S3` - Documentation updates for s3 diff --git a/src/Sdk.php b/src/Sdk.php index 40198021e5..7007651182 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -349,7 +349,7 @@ */ class Sdk { - const VERSION = '3.89.0'; + const VERSION = '3.89.1'; /** @var array Arguments for creating clients */ private $args;