Skip to content

Commit

Permalink
Merge pull request #13018 from RasaHQ/prepare-release-3.6.18
Browse files Browse the repository at this point in the history
prepared release of version 3.6.18
  • Loading branch information
ancalita committed Feb 23, 2024
2 parents c169e84 + 50667b5 commit a0a9571
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.mdx
Expand Up @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.18] - 2024-02-23

Rasa 3.6.18 (2024-02-23)
### Bugfixes
- [#13017](https://github.com/rasahq/rasa/issues/13017): Flush messages when Kafka producer is closed. This is to ensure that all messages in the producer's internal queue are sent to the broker.


## [3.6.17] - 2024-02-13

Rasa 3.6.17 (2024-02-13)
Expand Down
1 change: 0 additions & 1 deletion changelog/13017.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "3.6.17"
version = "3.6.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
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "3.6.17"
__version__ = "3.6.18"

0 comments on commit a0a9571

Please sign in to comment.