Skip to content

Commit 9e0cfc4

Browse files
3.300.5 release
1 parent 596b038 commit 9e0cfc4

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.5 - 2024-02-26
44

55
* `Aws\KafkaConnect` - Adds support for tagging, with new TagResource, UntagResource and ListTagsForResource APIs to manage tags and updates to existing APIs to allow tag on create. This release also adds support for the new DeleteWorkerConfiguration API.
66
* `Aws\RDS` - This release adds support for gp3 data volumes for Multi-AZ DB Clusters.

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.4';
766+
const VERSION = '3.300.5';
767767

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

0 commit comments

Comments
 (0)