Skip to content

Commit 2704b9b

Browse files
3.300.9 release
1 parent 008bbe5 commit 2704b9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.300.9 - 2024-03-01
44

55
* `Aws\AccessAnalyzer` - Fixed a typo in description field.
66
* `Aws\AutoScaling` - With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
*/
764764
class Sdk
765765
{
766-
const VERSION = '3.300.8';
766+
const VERSION = '3.300.9';
767767

768768
/** @var array Arguments for creating clients */
769769
private $args;

0 commit comments

Comments
 (0)