Skip to content

Commit

Permalink
3.283.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Oct 31, 2023
1 parent e882037 commit cb62977
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.283.16 - 2023-10-31

* `Aws\EC2` - Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
* `Aws\Neptunedata` - Minor change to not retry CancelledByUserException
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
*/
class Sdk
{
const VERSION = '3.283.15';
const VERSION = '3.283.16';

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

0 comments on commit cb62977

Please sign in to comment.