Skip to content

Commit

Permalink
Merge pull request #6299 from RasaHQ/prepare-release-1.10.9
Browse files Browse the repository at this point in the history
prepared release of version 1.10.9
  • Loading branch information
ricwo authored Jul 29, 2020
2 parents 280b125 + d2dc390 commit 932bcb0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 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.10.9] - 2020-07-29
^^^^^^^^^^^^^^^^^^^^^

Improvements
------------
- `#6255 <https://github.com/rasahq/rasa/issues/6255>`_: Rasa Open Source will no longer add ``responses`` to the ``actions`` section of the
domain when persisting the domain as a file. This addresses related problems in Rasa X
when Integrated Version Control introduced big diffs due to the added utterances
in the ``actions`` section.

Bugfixes
--------
- `#6160 <https://github.com/rasahq/rasa/issues/6160>`_: Consider entity roles/groups during interactive learning.


[1.10.8] - 2020-07-15
^^^^^^^^^^^^^^^^^^^^^

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/6255.improvement.rst

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 = "1.10.8"
version = "1.10.9"
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__ = "1.10.8"
__version__ = "1.10.9"

0 comments on commit 932bcb0

Please sign in to comment.