Skip to content

Commit

Permalink
Merge pull request #6206 from RasaHQ/prepare-release-1.10.8
Browse files Browse the repository at this point in the history
prepared release of version 1.10.8
  • Loading branch information
tabergma authored Jul 15, 2020
2 parents 3f1f920 + e16bf0d commit 25ab70a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.10.8] - 2020-07-15
^^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#6075 <https://github.com/rasahq/rasa/issues/6075>`_: Add 'Access-Control-Expose-Headers' for 'filename' header
- `#6137 <https://github.com/rasahq/rasa/issues/6137>`_: Fixed a bug where an invalid language variable prevents rasa from finding training examples when importing Dialogflow data.


[1.10.7] - 2020-07-07
^^^^^^^^^^^^^^^^^^^^^

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/6137.bugfix.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.7"
version = "1.10.8"
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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
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.7"
__version__ = "1.10.8"

0 comments on commit 25ab70a

Please sign in to comment.