diff --git a/CHANGELOG.md b/CHANGELOG.md index 0817d7e86b..6778215923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.321.6 - 2024-09-06 * `Aws\QApps` - Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item. diff --git a/src/Sdk.php b/src/Sdk.php index 92af35a345..d017d21a9f 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -777,7 +777,7 @@ */ class Sdk { - const VERSION = '3.321.5'; + const VERSION = '3.321.6'; /** @var array Arguments for creating clients */ private $args;