Skip to content

Commit

Permalink
Merge pull request #913 from RasaHQ/prepare-release-2.8.11
Browse files Browse the repository at this point in the history
prepared release of version 2.8.11
  • Loading branch information
sanchariGr authored Dec 22, 2022
2 parents a05f152 + 11742f1 commit 6c85774
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.11] - 2022-12-22
### Improvements
- [#912](https://github.com/rasahq/rasa-sdk/issues/912): Added the ability to decompress deflate encoded
json payloads for the webhook endpoint of the
action server.


## [2.8.10] - 2022-08-30
### Improvements
- [#836](https://github.com/rasahq/rasa-sdk/issues/836): Return a json response when encountering action execution exceptions. Log exceptions using logger rather than sanic default print.
Expand Down
3 changes: 0 additions & 3 deletions changelog/912.improvement.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "2.8.10"
version = "2.8.11"
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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "2.8.10"
__version__ = "2.8.11"

0 comments on commit 6c85774

Please sign in to comment.