diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 6667561c0..799fad00d 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,11 @@ https://github.com/RasaHQ/rasa/tree/master/changelog/ . --> +## [2.2.0] - 2020-12-15 + + No significant changes. + + ## [2.1.2] - 2020-11-19 No significant changes. diff --git a/pyproject.toml b/pyproject.toml index 8b8664b1b..f253f8da2 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 = "2.2.0a1" +version = "2.2.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 57006b836..dffc96899 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__ = "2.2.0a1" +__version__ = "2.2.0"