Skip to content

Commit

Permalink
Merge pull request RasaHQ#4155 from RasaHQ/prep-1.1.9
Browse files Browse the repository at this point in the history
prep 1.2.0
  • Loading branch information
erohmensing authored Aug 1, 2019
2 parents b613698 + 83cf08e commit fbef259
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,28 @@ 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.1.9] - `master`_
[Unreleased 1.2.1] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Added
-----


Changed
-------


Removed
-------


Fixed
-----


[1.2.0] - 2019-08-01
^^^^^^^^^^^^^^^^^^^^

Added
-----
- add root route to server started without ``--enable-api`` parameter
Expand All @@ -26,16 +45,12 @@ Changed
old behavior)
- ``metadata`` attribute added to ``UserMessage``

Removed
-------

Fixed
-----
- ``rasa test core`` can handle compressed model files
- Rasa can handle story files containing multi line comments
- Template will retain `{` if escaped with `{`. e.g. `{{"foo": {bar}}}` will result in `{"foo": "replaced value"}`


[1.1.8] - 2019-07-25
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.8"
__version__ = "1.2.0"

0 comments on commit fbef259

Please sign in to comment.