Skip to content

Commit e3353c1

Browse files
3.197.1 release
1 parent a6cc8c3 commit e3353c1

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.1 - 2021-10-06
44

55
* `Aws\AmplifyBackend` - Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project.
66
* `Aws\FSx` - This release adds support for Lustre 2.12 to FSx for Lustre.

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.197.0';
574+
const VERSION = '3.197.1';
575575

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

0 commit comments

Comments
 (0)