diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e735c7..ec78d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Releases] +## 0.22.17.1 - 2022-12-29 + +* Sanitize missed index in the SeekAudioPlaybackBySearch + ## 0.22.17.0 - 2022-12-27 * Fixed type safety in evaluation context diff --git a/composer.json b/composer.json index 8131a74..9d9246c 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "keywords" : [ "alexa", "dialogflow", "viber", "messenger", "chatbot", "voice enabled", "voice assistant" ], - "version": "0.22.17.0", + "version": "0.22.17.1", "license" : "MIT", "require" : { "php" : "^7.2.5",