From 43b4af8179c91d220f6e4bbe1e57588ed5ad4f27 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Mon, 25 Nov 2019 19:13:38 +0000 Subject: [PATCH] 3.122.0 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ce7d3eb0..51a5e5e2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.122.0 - 2019-11-25 * `Aws\AlexaForBusiness` - API update for Alexa for Business: This update enables the use of meeting room configuration that can be applied to a room profile. These settings help improve and measure utilization on Alexa for Business enabled rooms. New features include end meeting reminders, intelligent room release and room utilization analytics report. * `Aws\AppConfig` - Introducing AWS AppConfig, a new service that enables customers to quickly deploy validated configurations to applications of any size in a controlled and monitored fashion. diff --git a/src/Sdk.php b/src/Sdk.php index 9d96b0b827..e9938b4d3e 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -411,7 +411,7 @@ */ class Sdk { - const VERSION = '3.121.1'; + const VERSION = '3.122.0'; /** @var array Arguments for creating clients */ private $args;