Skip to content

Commit

Permalink
Merge pull request #495 from RasaHQ/prepare-release-2.8.0
Browse files Browse the repository at this point in the history
prepared release of version 2.8.0
  • Loading branch information
dakshvar22 authored Jul 12, 2021
2 parents 61d146f + ce78f10 commit e2be07d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.0] - 2021-07-08
### Improvements
- [#441](https://github.com/rasahq/rasa-sdk/issues/441): Slots will be validated in order they are requested. Previously, they were validated in reverse order.

Already extracted slots are now immediately visible during extraction of subsequent slots. Same goes for validation.


## [2.7.0] - 2021-06-03

No significant changes.
Expand Down
3 changes: 0 additions & 3 deletions changelog/441.improvement.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 | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "2.7.0"
version = "2.8.0"
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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/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.7.0"
__version__ = "2.8.0"

0 comments on commit e2be07d

Please sign in to comment.