Skip to content

Commit 2621084

Browse files
authored
prepared release of version 3.6.16 (#13003)
1 parent 5339fae commit 2621084

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->
1616

1717
<!-- TOWNCRIER -->
1818

19+
## [3.6.16] - 2024-01-19
20+
21+
Rasa 3.6.16 (2024-01-19)
22+
### Bugfixes
23+
- [#12983](https://github.com/rasahq/rasa/issues/12983): Upgrade Cryptography to fix improper certificate validation.
24+
- [#12998](https://github.com/rasahq/rasa/issues/12998): Fixes a bug that caused the `full_retrieval_intent_name` key to be missing in the published event. Rasa Analytics makes use of this key to get the Retrieval Intent Name
25+
26+
### Miscellaneous internal changes
27+
- [#712](https://github.com/rasahq/rasa/issues/712)
28+
29+
1930
## [3.6.15] - 2023-11-30
2031

2132
Rasa 3.6.15 (2023-11-30)

changelog/12983.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/12998.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/712.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"
99

1010
[tool.poetry]
1111
name = "rasa"
12-
version = "3.6.15"
12+
version = "3.6.16"
1313
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"
1414
authors = [ "Rasa Technologies GmbH <[email protected]>",]
1515
maintainers = [ "Tom Bocklisch <[email protected]>",]

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
3-
__version__ = "3.6.15"
3+
__version__ = "3.6.16"

0 commit comments

Comments
 (0)