From c90c2211264cde9c3e319b93b2a7de2e0baf2a85 Mon Sep 17 00:00:00 2001 From: Shailendra Paliwal Date: Mon, 4 Mar 2024 17:49:17 +0100 Subject: [PATCH] prepared release of version 3.6.19 (#13020) --- CHANGELOG.mdx | 7 +++++++ changelog/13019.bugfix.md | 1 - pyproject.toml | 2 +- rasa/version.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog/13019.bugfix.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index a0d7ebd27de6..a9a2a21fb56b 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.19] - 2024-03-04 + +Rasa 3.6.19 (2024-03-04) +### Bugfixes +- [#13019](https://github.com/rasahq/rasa/issues/13019): Changed the ordering of returned events to order by ID (previously timestamp) in SQL Tracker Store + + ## [3.6.18] - 2024-02-23 Rasa 3.6.18 (2024-02-23) diff --git a/changelog/13019.bugfix.md b/changelog/13019.bugfix.md deleted file mode 100644 index 9ce820d61dbe..000000000000 --- a/changelog/13019.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Changed the ordering of returned events to order by ID (previously timestamp) in SQL Tracker Store diff --git a/pyproject.toml b/pyproject.toml index f52ef4094521..b9c98cf2486f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))" [tool.poetry] name = "rasa" -version = "3.6.18" +version = "3.6.19" 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 ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa/version.py b/rasa/version.py index bbd3bcf024cb..12d8ae480621 100644 --- a/rasa/version.py +++ b/rasa/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "3.6.18" +__version__ = "3.6.19"