Skip to content

Commit

Permalink
prepared release of version 2.8.20 (#10626)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlad committed Jan 5, 2022
1 parent a971917 commit 5a136d8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.mdx
Expand Up @@ -16,6 +16,15 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.20] - 2022-01-05
### Improvements
- [#10621](https://github.com/rasahq/rasa/issues/10621): Make `rasa data validate` check for duplicated intents, forms, responses
and slots when using domains split between multiple files.

### Bugfixes
- [#10623](https://github.com/rasahq/rasa/issues/10623): Add an option to specify `--domain` for `rasa test nlu` CLI command.


## [2.8.19] - 2021-12-28
### Bugfixes
- a small bugfix to domain merging.
Expand Down
2 changes: 0 additions & 2 deletions changelog/10621.improvement.md

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "2.8.19"
version = "2.8.20"
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
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "2.8.19"
__version__ = "2.8.20"

0 comments on commit 5a136d8

Please sign in to comment.