From 059e42659980fe8568fe91a65f245eb1ad158e07 Mon Sep 17 00:00:00 2001 From: Tawakalt Date: Wed, 23 Aug 2023 15:12:49 +0200 Subject: [PATCH] prepared release of version 3.6.2 --- CHANGELOG.mdx | 7 +++++++ changelog/1026.bugfix.md | 1 - pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog/1026.bugfix.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 128b57692..7f0474f86 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.2] - 2023-08-23 + +Rasa_Sdk 3.6.2 (2023-08-23) +### Bugfixes +- [#1026](https://github.com/rasahq/rasa-sdk/issues/1026): Updated wheel to address security vulnerability. + + ## [3.6.1] - 2023-07-11 Rasa_Sdk 3.6.1 (2023-07-11) diff --git a/changelog/1026.bugfix.md b/changelog/1026.bugfix.md deleted file mode 100644 index 9c7e7a115..000000000 --- a/changelog/1026.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Updated wheel to address security vulnerability. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f1b5f4c20..293969cb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))" [tool.poetry] name = "rasa-sdk" -version = "3.6.1" +version = "3.6.2" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" authors = [ "Rasa Technologies GmbH ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa_sdk/version.py b/rasa_sdk/version.py index a5c6adb19..04a39f73b 100644 --- a/rasa_sdk/version.py +++ b/rasa_sdk/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "3.6.1" +__version__ = "3.6.2"