Skip to content

Commit

Permalink
Merge pull request #12349 from RasaHQ/prepare-release-3.3.10
Browse files Browse the repository at this point in the history
prepared release of version 3.3.10
  • Loading branch information
ancalita committed May 3, 2023
2 parents 4ff8ae0 + 8de74f5 commit 10e0ef5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.3.10] - 2023-05-03
### Bugfixes
- [#12325](https://github.com/rasahq/rasa/issues/12325): Fix parsing of RabbitMQ URL provided in `endpoints.yml` file to include vhost path and query parameters.
Re-allows inclusion of credentials in the URL as a regression fix (this was supported in 2.x).


## [3.3.9] - 2023-04-20
### Miscellaneous internal changes
- [#12253](https://github.com/rasahq/rasa/issues/12253)
Expand Down
2 changes: 0 additions & 2 deletions changelog/12325.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.3.9"
version = "3.3.10"
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.3.9"
__version__ = "3.3.10"

0 comments on commit 10e0ef5

Please sign in to comment.