Skip to content

Commit

Permalink
Merge pull request #8910 from RasaHQ/prepare-release-1.10.26
Browse files Browse the repository at this point in the history
prepared release of version 1.10.26
  • Loading branch information
b-quachtran authored Jun 18, 2021
2 parents 19e5d5b + 39a2765 commit cea8f53
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
working-directory: changelog
run: |
# List all unexpected files in changelog/
UNEXPECTED_FILES=$(ls -A --ignore={"README.md",".gitignore","_template.md.jinja2"})
UNEXPECTED_FILES=$(ls -A --ignore={"README.md",".gitignore","_template.jinja2"})
# Exit with error if found any unexpected files
[[ "$UNEXPECTED_FILES" ]] && \
echo "Found the following unexpected files in changelogs/" && \
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.10.26] - 2021-06-17
^^^^^^^^^^^^^^^^^^^^^^

Features
--------
- `#8876 <https://github.com/rasahq/rasa/issues/8876>`_: Added ``sasl_mechanism`` as an optional configurable parameter for the :ref:`event-brokers-kafka`.


[1.10.25] - 2021-04-14
^^^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/8876.feature.rst

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 | .pytype | .pytest_cache | build | dist))"

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

0 comments on commit cea8f53

Please sign in to comment.