Skip to content

Commit

Permalink
prepared release of version 1.10.18 (#7381)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo authored Nov 26, 2020
1 parent 6c376a8 commit 1785b81
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.10.18] - 2020-11-26
^^^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#7340 <https://github.com/rasahq/rasa/issues/7340>`_: Fixed an issues with the DynamoDB TrackerStore creating a new table entry/object for each TrackerStore update. The column `session_date` has been deprecated and should be removed manually in existing DynamoDB tables.


[1.10.17] - 2020-11-12
^^^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/7340.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 | .pytype | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "1.10.17"
version = "1.10.18"
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.17"
__version__ = "1.10.18"

0 comments on commit 1785b81

Please sign in to comment.