Skip to content

Commit

Permalink
3.122.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Nov 25, 2019
1 parent d67e6b8 commit 43b4af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -411,7 +411,7 @@
*/
class Sdk
{
const VERSION = '3.121.1';
const VERSION = '3.122.0';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit 43b4af8

Please sign in to comment.