diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4459ecd8..39e1dec41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.299.1 - 2024-02-16 * `Aws\Firehose` - This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations. * `Aws\EMR` - adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce diff --git a/src/Sdk.php b/src/Sdk.php index c18bd426c1..0b54df84a1 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -761,7 +761,7 @@ */ class Sdk { - const VERSION = '3.299.0'; + const VERSION = '3.299.1'; /** @var array Arguments for creating clients */ private $args;