Skip to content

Commit

Permalink
Merge pull request #10272 from RasaHQ/prepare-release-2.8.14
Browse files Browse the repository at this point in the history
prepared release of version 2.8.14
  • Loading branch information
hsm207 authored Nov 18, 2021
2 parents 9c43fb0 + 4f2bfcd commit 7c8aa9f
Show file tree
Hide file tree
Showing 5 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 -->

## [2.8.14] - 2021-11-18
### Bugfixes
- [#10241](https://github.com/rasahq/rasa/issues/10241): [#10241](https://github.com/RasaHQ/rasa/issues/10241): Bump TensorFlow version to 2.6.2.
- [#10257](https://github.com/rasahq/rasa/issues/10257): [#10257](https://github.com/RasaHQ/rasa/issues/10257): Downgrade google-auth to <2.


## [2.8.13] - 2021-11-11
### Bugfixes
- [#9949](https://github.com/rasahq/rasa/issues/9949): Fixed new intent creation in `rasa interactive` command. Previously, this failed with 500
Expand Down
1 change: 0 additions & 1 deletion changelog/10241.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/10257.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 = "2.8.13"
version = "2.8.14"
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__ = "2.8.13"
__version__ = "2.8.14"

0 comments on commit 7c8aa9f

Please sign in to comment.