diff --git a/CHANGELOG.md b/CHANGELOG.md index e73a7732e6..3403945cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.301.0 - 2024-03-14 * `Aws\` - Amazon IOT Roborunner has been removed from the SDK because it has been discontinued. * `Aws\EC2InstanceConnect` - This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API. diff --git a/src/Sdk.php b/src/Sdk.php index 942a966254..c6b14ebeb5 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -763,7 +763,7 @@ */ class Sdk { - const VERSION = '3.300.17'; + const VERSION = '3.301.0'; /** @var array Arguments for creating clients */ private $args;