We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a9e1d commit 36a039dCopy full SHA for 36a039d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.273.4 - 2023-06-20
4
5
* `Aws\Appflow` - This release adds new API to reset connector metadata cache
6
* `Aws\ConfigService` - Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.
src/Sdk.php
@@ -703,7 +703,7 @@
703
*/
704
class Sdk
705
{
706
- const VERSION = '3.273.3';
+ const VERSION = '3.273.4';
707
708
/** @var array Arguments for creating clients */
709
private $args;
0 commit comments