Skip to content

Commit 7df429b

Browse files
3.195.1 release
1 parent 789eef9 commit 7df429b

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.195.1 - 2021-09-28
44

55
* `Aws\Transfer` - Added changes for managed workflows feature APIs.
66
* `Aws\imagebuilder` - Fix description for AmiDistributionConfiguration Name property, which actually refers to the output AMI name. Also updated for consistent terminology to use "base" image, and another update to fix description text.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
*/
568568
class Sdk
569569
{
570-
const VERSION = '3.195.0';
570+
const VERSION = '3.195.1';
571571

572572
/** @var array Arguments for creating clients */
573573
private $args;

0 commit comments

Comments
 (0)