Skip to content

Commit

Permalink
Merge pull request #7356 from RasaHQ/prepare-release-2.0.7
Browse files Browse the repository at this point in the history
prepared release of version 2.0.7
  • Loading branch information
rasabot authored Nov 24, 2020
2 parents d53706e + 24df469 commit ae5a9b8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ https://github.com/RasaHQ/rasa/tree/master/changelog/ . -->

<!-- TOWNCRIER -->

## [2.0.7] - 2020-11-24


### Bugfixes
- [#5974](https://github.com/rasahq/rasa/issues/5974): `ActionRestart` will now trigger `ActionSessionStart` as a followup action.
- [#7317](https://github.com/rasahq/rasa/issues/7317): Fixed Rasa Open Source not being able to fetch models from certain URLs.

This addresses an issue introduced in 2.0.3 where `rasa-production` could not use the models from `rasa-x` in Rasa X server mode.
- [#7316](https://github.com/rasahq/rasa/issues/7316): `SingleStateFeaturizer` checks whether it was trained with `RegexInterpreter` as
NLU interpreter. If that is the case, `RegexInterpreter` is used during prediction.


## [2.0.6] - 2020-11-10


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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/7316.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7317.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.6"
version = "2.0.7"
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.6"
__version__ = "2.0.7"

0 comments on commit ae5a9b8

Please sign in to comment.