Skip to content

Commit

Permalink
Merge pull request #7229 from RasaHQ/prepare-release-2.0.6
Browse files Browse the repository at this point in the history
prepared release of version 2.0.6
  • Loading branch information
rasabot committed Nov 10, 2020
2 parents 6707374 + f870042 commit 9690842
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ https://github.com/RasaHQ/rasa/tree/master/changelog/ . -->

<!-- TOWNCRIER -->

## [2.0.6] - 2020-11-10


### Bugfixes
- [#6629](https://github.com/rasahq/rasa/issues/6629): Fixed a bug that occurred when setting multiple Sanic workers in combination with a custom [Lock Store](lock-stores.mdx). Previously, if the number was set higher than 1 and you were using a custom lock store, it would reject because of a strict check to use a [Redis Lock Store](lock-stores.mdx#redislockstore).
- [#7176](https://github.com/rasahq/rasa/issues/7176): Fixed a bug in the [`TwoStageFallback`](fallback-handoff.mdx#two-stage-fallback) action which
reverted too many events after the user successfully rephrased.


## [2.0.5] - 2020-11-10


Expand Down
1 change: 0 additions & 1 deletion changelog/6629.bugfix.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/7176.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 | .pytype | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "2.0.5"
version = "2.0.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 <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.0.5"
__version__ = "2.0.6"

0 comments on commit 9690842

Please sign in to comment.