diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 93de554ad..f3fc7be3a 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.2.2] - 2022-09-26 + +Rasa_Sdk 3.2.2 (2022-09-26) +### Improved Documentation +- [#857](https://github.com/rasahq/rasa-sdk/issues/857): The `Rasa SDK` documentation has moved to the [Rasa Open Source repository](https://github.com/rasahq/rasa). + This is the last entry of this CHANGELOG. Future changes will be reflected in the Rasa Open Source CHANGELOG. + + ## [3.2.1] - 2022-08-30 No significant changes. diff --git a/changelog/857.doc.md b/changelog/857.doc.md deleted file mode 100644 index 6b444dc3c..000000000 --- a/changelog/857.doc.md +++ /dev/null @@ -1,2 +0,0 @@ -The `Rasa SDK` documentation has moved to the [Rasa Open Source repository](https://github.com/rasahq/rasa). -This is the last entry of this CHANGELOG. Future changes will be reflected in the Rasa Open Source CHANGELOG. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1b8f43b5a..03caaf191 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.2.1" +version = "3.2.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 05910085a..ca1e070b8 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.2.1" +__version__ = "3.2.2"