Skip to content

Commit

Permalink
3.328.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Nov 18, 2024
1 parent 62dafe5 commit 52d8219
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.328.1 - 2024-11-18

* `Aws\RDSDataService` - Add support for the automatic pause/resume feature of Aurora Serverless v2.
* `Aws\CloudFormation` - This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@
*/
class Sdk
{
const VERSION = '3.328.0';
const VERSION = '3.328.1';

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

0 comments on commit 52d8219

Please sign in to comment.