Skip to content

Commit

Permalink
Merge pull request #5048 from RasaHQ/prepare-release-1.6.1
Browse files Browse the repository at this point in the history
prepared release of version 1.6.1
  • Loading branch information
wochinge authored Jan 7, 2020
2 parents 07b8e8e + bbd4680 commit 21910bd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.6.1] - 2020-01-07
^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#4989 <https://github.com/rasahq/rasa/issues/4989>`_: Use an empty domain in case a model is loaded which has no domain
(avoids errors when accessing ``agent.doman.<some attribute>``).
- `#4995 <https://github.com/rasahq/rasa/issues/4995>`_: Replace error message with warning in tokenizers and featurizers if default parameter not set.
- `#5019 <https://github.com/rasahq/rasa/issues/5019>`_: Pin sanic patch version instead of minor version. Fixes sanic ``_run_request_middleware()`` error.
- `#5032 <https://github.com/rasahq/rasa/issues/5032>`_: Fix wrong calculation of additional conversation events when saving the conversation.
This led to conversation events not being saved.
- `#5032 <https://github.com/rasahq/rasa/issues/5032>`_: Fix wrong order of conversation events when pushing events to conversations via
``POST /conversations/<conversation_id>/tracker/events``.


[1.6.0] - 2019-12-18
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 0 additions & 2 deletions changelog/4989.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4995.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5019.bugfix.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/5032.bugfix.rst

This file was deleted.

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__ = "1.6.0"
__version__ = "1.6.1"

0 comments on commit 21910bd

Please sign in to comment.