Skip to content

Commit

Permalink
3.297.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jan 24, 2024
1 parent ccbccef commit ad1f7be
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.297.0 - 2024-01-24

* `Aws\Credentials` - Adds support for specifying custom IMDS endpoint when using the InstanceProfileProvider.
* `Aws\EC2` - Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
*/
class Sdk
{
const VERSION = '3.296.8';
const VERSION = '3.297.0';

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

0 comments on commit ad1f7be

Please sign in to comment.