Skip to content

Commit

Permalink
Merge pull request #8283 from RasaHQ/prepare-release-2.4.1
Browse files Browse the repository at this point in the history
prepared release of version 2.4.1
  • Loading branch information
Yenny Cheung committed Mar 23, 2021
2 parents ef7cc66 + a6532b4 commit d53ef69
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 86 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.4.1] - 2021-03-23


### Bugfixes
- [#8194](https://github.com/rasahq/rasa/issues/8194): Fix `TEDPolicy` training e2e entities when no entities are present in the stories
but there are entities in the domain.
- [#8198](https://github.com/rasahq/rasa/issues/8198): Fixed missing model configuration file validation.
- [#8223](https://github.com/rasahq/rasa/issues/8223): In Rasa 2.4.0, support for using `template` in `utter_message` when handling a custom action was wrongly deprecated. Both `template` and `response` are now supported, though note that `template` will be deprecated at Rasa 3.0.0.


## [2.4.0] - 2021-03-11


Expand Down
2 changes: 0 additions & 2 deletions changelog/8194.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/8198.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/8223.bugfix.md

This file was deleted.

183 changes: 103 additions & 80 deletions poetry.lock

Large diffs are not rendered by default.

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.4.0"
version = "2.4.1"
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.4.0"
__version__ = "2.4.1"

0 comments on commit d53ef69

Please sign in to comment.