Skip to content

Commit 36a039d

Browse files
3.273.4 release
1 parent 19a9e1d commit 36a039d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.273.4 - 2023-06-20
44

55
* `Aws\Appflow` - This release adds new API to reset connector metadata cache
66
* `Aws\ConfigService` - Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
*/
704704
class Sdk
705705
{
706-
const VERSION = '3.273.3';
706+
const VERSION = '3.273.4';
707707

708708
/** @var array Arguments for creating clients */
709709
private $args;

0 commit comments

Comments
 (0)