Skip to content

Commit

Permalink
3.301.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Mar 28, 2024
1 parent 15df3ab commit f84a262
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.301.10 - 2024-03-28

* `Aws\EKS` - Add multiple customer error code to handle customer caused failure when managing EKS node groups
* `Aws\ComputeOptimizer` - This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
*/
class Sdk
{
const VERSION = '3.301.9';
const VERSION = '3.301.10';

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

0 comments on commit f84a262

Please sign in to comment.