Skip to content

Commit

Permalink
Merge 0b5c860 into bce0ccc
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Jun 6, 2019
2 parents bce0ccc + 0b5c860 commit 877667d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -6,19 +6,28 @@ Rasa Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning`_ starting with version 1.0.

[Unreleased 1.0.6.aX] - `master`_
[Unreleased 1.0.8.aX] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Added
-----
- added argument ``--rasa-x-port`` to specify the port of Rasa X when running Rasa X locally via ``rasa x``

Changed
-------

Removed
-------

Fixed
-----

[1.0.7] - 2019-06-06
^^^^^^^^^^^^^^^^^^^^

Added
-----
- added argument ``--rasa-x-port`` to specify the port of Rasa X when running Rasa X locally via ``rasa x``

Fixed
-----
- slack notifications from bots correctly render text
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
@@ -1 +1 @@
__version__ = "1.0.6"
__version__ = "1.0.7"

0 comments on commit 877667d

Please sign in to comment.