Skip to content

Commit fc2995d

Browse files
3.273.3 release
1 parent 5da7684 commit fc2995d

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.3 - 2023-06-19
44

55
* `Aws\CloudFormation` - Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
66
* `Aws\EC2` - API changes to AWS Verified Access to include data from trust providers in logs

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.2';
706+
const VERSION = '3.273.3';
707707

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

0 commit comments

Comments
 (0)