Skip to content

Commit

Permalink
Merge pull request #9939 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
wochinge authored Oct 20, 2021
2 parents c25108c + af1a980 commit 2ff56cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.11] - 2021-10-20
### Bugfixes
- [#9858](https://github.com/rasahq/rasa/issues/9858): Updates dependency on `sanic-jwt` (1.5.0 -> ">=1.6.0, <1.7.0")

This removes the need to pin the version of `pyjwt` as the newer version of `sanic-jwt`
manages this properly.


## [2.8.10] - 2021-10-14
### Bugfixes
- [#5657](https://github.com/rasahq/rasa/issues/5657): Add List handling in the `send_custom_json` method on `channels/facebook.py`.
Expand Down
4 changes: 0 additions & 4 deletions changelog/9858.bugfix.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 | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa/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 2ff56cc

Please sign in to comment.