Skip to content

Commit

Permalink
Merge pull request #7587 from RasaHQ/prepare-release-2.2.1
Browse files Browse the repository at this point in the history
prepared release of version 2.2.1
  • Loading branch information
wochinge committed Dec 17, 2020
2 parents 779b715 + 6c0e7b9 commit bfd4311
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ https://github.com/RasaHQ/rasa/tree/master/changelog/ . -->

<!-- TOWNCRIER -->

## [2.2.1] - 2020-12-17


### Bugfixes
- [#7557](https://github.com/rasahq/rasa/issues/7557): Fixed a problem where a [form](forms.mdx) wouldn't reject when the
`FormValidationAction` re-implemented `required_slots`.
- [#7585](https://github.com/rasahq/rasa/issues/7585): Fixed an error when using the [SQLTrackerStore](tracker-stores.mdx#sqltrackerstore)
with a Postgres database and the parameter `login_db` specified.

The error was:

```bash
psycopg2.errors.SyntaxError: syntax error at end of input
rasa-production_1 | LINE 1: SELECT 1 FROM pg_catalog.pg_database WHERE datname = ?
```


## [2.2.0] - 2020-12-16


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

This file was deleted.

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

[tool.poetry]
name = "rasa"
version = "2.2.0"
version = "2.2.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.2.0"
__version__ = "2.2.1"

0 comments on commit bfd4311

Please sign in to comment.