Skip to content

Commit

Permalink
prepared release of version 2.0.4 (#7206)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo authored Nov 8, 2020
1 parent aec2763 commit 2eddc68
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 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/master/changelog/ . -->

<!-- TOWNCRIER -->

## [2.0.4] - 2020-11-08


### Bugfixes
- [#7140](https://github.com/rasahq/rasa/issues/7140): Fixed error when starting Rasa X locally without a proper git setup.
- [#7186](https://github.com/rasahq/rasa/issues/7186): Properly validate incoming webhook requests for the Slack connector to be authentic.


## [2.0.3] - 2020-10-29


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7186.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.3"
version = "2.0.4"
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.3"
__version__ = "2.0.4"

0 comments on commit 2eddc68

Please sign in to comment.