Skip to content

Commit

Permalink
prepared release of version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Dec 11, 2019
1 parent b23812d commit 2b2b179
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -17,6 +17,20 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.5.3] - 2019-12-11
^^^^^^^^^^^^^^^^^^^^

Improvements
------------
- `#4933 <https://github.com/rasahq/rasa/issues/4933>`_: Improved error message that appears when an incorrect parameter is passed to a policy.

Bugfixes
--------
- `#4914 <https://github.com/rasahq/rasa/issues/4914>`_: Added ``rasa/nlu/schemas/config.yml`` to wheel package
- `#4942 <https://github.com/rasahq/rasa/issues/4942>`_: Pin ``multidict`` dependency to 4.6.1 to prevent sanic from breaking,
see https://github.com/huge-success/sanic/issues/1729


[1.5.2] - 2019-12-09
^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/4914.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4933.improvement.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/4942.bugfix.rst

This file was deleted.

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__ = "1.5.2"
__version__ = "1.5.3"

0 comments on commit 2b2b179

Please sign in to comment.