Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Sep 27, 2019
1 parent 8f468ea commit 8b3d412
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -7,12 +7,14 @@ 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.3.7]
^^^^^^^^^^^^^^^^^^
[1.3.7] - 2019-09-27
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- re-added TLS, SRV dependencies for PyMongo
- socketio can now be run without turning on the ``--enable-api`` flag
- MappingPolicy no longer fails when the latest action doesn't have a policy

[1.3.6] - 2019-09-21
^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -57,7 +59,7 @@ Changed
(default behavior) or in a temporary directory by specifying the
``save_to_default_model_directory`` field in the training request.

[1.3.4]
[1.3.4]
^^^^^^^^^^^^^^^^^^^^

Fixed
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
@@ -1 +1 @@
__version__ = "1.3.6"
__version__ = "1.3.7"

0 comments on commit 8b3d412

Please sign in to comment.