From 159151794fedb16805b687c7a93b98ced7834d6d Mon Sep 17 00:00:00 2001 From: Arjaan Buijk Date: Wed, 1 Jun 2022 15:28:27 -0400 Subject: [PATCH] prepared release of version 2.8.6 --- CHANGELOG.mdx | 3 +++ pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 52391e56b..9b4919fc1 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,9 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [2.8.6] - 2022-06-01 No significant changes. + + ## [2.8.5] - 2022-04-05 No significant changes. ## [2.8.4] - 2022-01-19 diff --git a/pyproject.toml b/pyproject.toml index ab01c4d3a..6e27bc932 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.8.5" +version = "2.8.6" 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 c02243419..2fc836f12 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.8.5" +__version__ = "2.8.6"