Skip to content

Commit

Permalink
3.258.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Feb 10, 2023
1 parent 56b2038 commit 3bb42ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.258.8 - 2023-02-10

* `Aws\AutoScaling` - You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
* `Aws\Connect` - This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
*/
class Sdk
{
const VERSION = '3.258.7';
const VERSION = '3.258.8';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit 3bb42ae

Please sign in to comment.