diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 3c64c105..8485f403 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,9 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.1.0] - 2022-03-23 No significant changes. + + ## [3.0.6] - 2022-03-07 ### Bugfixes - [#719](https://github.com/rasahq/rasa-sdk/issues/719): Remove no longer necessary dependency pin for `uvloop`. diff --git a/pyproject.toml b/pyproject.toml index f4203c59..ebb0a7a6 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.0.6" +version = "3.1.0" 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 f4fe55bc..50beedec 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.0.6" +__version__ = "3.1.0"