Skip to content

Commit c5391ef

Browse files
3.197.0 release
1 parent a4f64f1 commit c5391ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.197.0 - 2021-10-05
44

55
* `Aws\` - Added support for internal union types, allowing services to specify that exactly one of a number of input options needs to be non null
66
* `Aws\ApplicationAutoScaling` - With this release, Application Auto Scaling adds support for Amazon Neptune. Customers can now automatically add or remove Read Replicas of their Neptune clusters to keep the average CPU Utilization at the target value specified by the customers.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
*/
572572
class Sdk
573573
{
574-
const VERSION = '3.196.2';
574+
const VERSION = '3.197.0';
575575

576576
/** @var array Arguments for creating clients */
577577
private $args;

0 commit comments

Comments
 (0)