From 874c1040edab52df3873157aa54ea51833d48c0e Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Fri, 3 May 2019 18:07:06 +0000 Subject: [PATCH] 3.93.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 eef7a3cc39..f9ee4ad030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.93.3 - 2019-05-03 * `Aws\CognitoIdentityProvider` - This release of Amazon Cognito User Pools introduces the new AdminSetUserPassword API that allows administrators of a user pool to change a user's password. The new password can be temporary or permanent. * `Aws\MediaConvert` - DASH output groups using DRM encryption can now enable a playback device compatibility mode to correct problems with playback on older devices. diff --git a/src/Sdk.php b/src/Sdk.php index bd7570c3aa..d577f23775 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -351,7 +351,7 @@ */ class Sdk { - const VERSION = '3.93.2'; + const VERSION = '3.93.3'; /** @var array Arguments for creating clients */ private $args;