Skip to content

Commit

Permalink
prepared release of version 3.6.16 (#13003)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Jan 19, 2024
1 parent 5339fae commit 2621084
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.mdx
Expand Up @@ -16,6 +16,17 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.16] - 2024-01-19

Rasa 3.6.16 (2024-01-19)
### Bugfixes
- [#12983](https://github.com/rasahq/rasa/issues/12983): Upgrade Cryptography to fix improper certificate validation.
- [#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

### Miscellaneous internal changes
- [#712](https://github.com/rasahq/rasa/issues/712)


## [3.6.15] - 2023-11-30

Rasa 3.6.15 (2023-11-30)
Expand Down
1 change: 0 additions & 1 deletion changelog/12983.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12998.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/712.misc.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.15"
version = "3.6.16"
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.15"
__version__ = "3.6.16"

0 comments on commit 2621084

Please sign in to comment.