Skip to content

Commit

Permalink
prepared release of version 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Jan 23, 2024
1 parent 208a7d9 commit b6e5ea1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.7.5] - 2024-01-23

Rasa 3.7.5 (2024-01-23)
### Bugfixes
- [#189](https://github.com/rasahq/rasa/issues/189): 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
- [#196](https://github.com/rasahq/rasa/issues/196): Pin `grpcio` indirect dependency to `1.56.2` to address [CVE-2023-33953](https://www.cve.org/CVERecord?id=CVE-2023-33953)
Pin `aiohttp` to version `3.9.0` to address [CVE-2023-49081](https://www.cve.org/CVERecord?id=CVE-2023-49081)


## [3.7.4] - 2024-01-03

Rasa 3.7.4 (2024-01-03)
Expand Down
1 change: 0 additions & 1 deletion changelog/189.bugfix.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/196.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 | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "3.7.4"
version = "3.7.5"
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__ = "3.7.4"
__version__ = "3.7.5"

0 comments on commit b6e5ea1

Please sign in to comment.