From 8cd5f7e2ad7c5661bc8ef0e5a0f3796da1656965 Mon Sep 17 00:00:00 2001 From: akelad Date: Mon, 6 Sep 2021 17:15:07 +0200 Subject: [PATCH] prepared release of version 2.8.5 --- CHANGELOG.mdx | 6 ++++++ changelog/9476.bugfix.md | 1 - changelog/9542.bugfix.md | 1 - pyproject.toml | 2 +- rasa/version.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 changelog/9476.bugfix.md delete mode 100644 changelog/9542.bugfix.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 582ee11e0c61..2ebc8b98c54a 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,12 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [2.8.5] - 2021-09-06 +### Bugfixes +- [#9476](https://github.com/rasahq/rasa/issues/9476): AugmentedMemoizationPolicy is accelerated for large trackers +- [#9542](https://github.com/rasahq/rasa/issues/9542): Bump tensorflow to 2.3.4 to address security vulnerabilities + + ## [2.8.4] - 2021-09-02 ### Improvements - [#5546](https://github.com/rasahq/rasa/issues/5546): Increase speed of augmented lookup for `AugmentedMemoizationPolicy` diff --git a/changelog/9476.bugfix.md b/changelog/9476.bugfix.md deleted file mode 100644 index e66e0370728f..000000000000 --- a/changelog/9476.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -AugmentedMemoizationPolicy is accelerated for large trackers diff --git a/changelog/9542.bugfix.md b/changelog/9542.bugfix.md deleted file mode 100644 index 2267ae93b699..000000000000 --- a/changelog/9542.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Bump tensorflow to 2.3.4 to address security vulnerabilities diff --git a/pyproject.toml b/pyproject.toml index c1d7b6c3a72c..8b6106adee05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))" [tool.poetry] name = "rasa" -version = "2.8.4" +version = "2.8.5" 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/version.py b/rasa/version.py index 54266031d81d..c0224341986c 100644 --- a/rasa/version.py +++ b/rasa/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "2.8.4" +__version__ = "2.8.5"