diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c9b2b0eb..6c02c27d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.301.6 - 2024-03-22 * `Aws\kendra` - Documentation update, March 2024. Corrects some docs for Amazon Kendra. * `Aws\Pricing` - Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs diff --git a/src/Sdk.php b/src/Sdk.php index 4a8348b3e6..52a8a56bea 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -763,7 +763,7 @@ */ class Sdk { - const VERSION = '3.301.5'; + const VERSION = '3.301.6'; /** @var array Arguments for creating clients */ private $args;