Skip to content

Commit

Permalink
Merge pull request #12909 from RasaHQ/prepare-release-3.6.12
Browse files Browse the repository at this point in the history
prepared release of version 3.6.12
  • Loading branch information
ancalita committed Oct 10, 2023
2 parents f155c6c + b0eb656 commit c70507e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.mdx
Expand Up @@ -16,6 +16,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.12] - 2023-10-10

Rasa 3.6.12 (2023-10-10)
### Bugfixes
- [#12904](https://github.com/rasahq/rasa/issues/12904): Refresh headers used in requests (e.g. action server requests) made by `EndpointConfig` using its `headers` attribute.
- [#12906](https://github.com/rasahq/rasa/issues/12906): Upgrade `pillow` to `10.0.1` to address security vulnerability CVE-2023-4863 found in `10.0.0` version.


## [3.6.11] - 2023-10-05

Rasa 3.6.11 (2023-10-05)
Expand Down
1 change: 0 additions & 1 deletion changelog/12904.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12906.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.11"
version = "3.6.12"
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.11"
__version__ = "3.6.12"

0 comments on commit c70507e

Please sign in to comment.