From d2dda17bd4ee6ae49b321aeb0c066a27ea08c6d3 Mon Sep 17 00:00:00 2001 From: m-vdb Date: Tue, 21 Feb 2023 10:51:15 +0100 Subject: [PATCH] prepared release of version 3.2.3 --- CHANGELOG.mdx | 7 +++++++ changelog/929.improvement.md | 3 --- pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 changelog/929.improvement.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index f3fc7be3a..6334dcca7 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.2.3] - 2023-02-21 +### Improvements +- [#929](https://github.com/rasahq/rasa-sdk/issues/929): Added the ability to decompress deflate encoded + json payloads for the webhook endpoint of the + action server. + + ## [3.2.2] - 2022-09-26 Rasa_Sdk 3.2.2 (2022-09-26) diff --git a/changelog/929.improvement.md b/changelog/929.improvement.md deleted file mode 100644 index 962676632..000000000 --- a/changelog/929.improvement.md +++ /dev/null @@ -1,3 +0,0 @@ -Added the ability to decompress deflate encoded -json payloads for the webhook endpoint of the -action server. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 03caaf191..ffba013e5 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.2" +version = "3.2.3" 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 ca1e070b8..82b9f53e8 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.2" +__version__ = "3.2.3"