Skip to content

Commit

Permalink
prepared release of version 2.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Aug 30, 2022
1 parent 692e0d2 commit a9d2f86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [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.


## [2.8.9] - 2022-08-30 No significant changes.


Expand Down
1 change: 0 additions & 1 deletion changelog/836.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.9"
version = "2.8.10"
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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
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.9"
__version__ = "2.8.10"

0 comments on commit a9d2f86

Please sign in to comment.