Skip to content

Commit

Permalink
prepared new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Jun 14, 2019
1 parent ad66510 commit c47b706
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -6,7 +6,7 @@ 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.1.3] - `master`_
[Unreleased 1.1.4] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Added
Expand All @@ -21,6 +21,15 @@ Removed
Fixed
-----


[1.1.3] - 2019-06-14
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- fixed any inconsistent type annotations in code and some bugs revealed by
type checker

[1.1.2] - 2019-06-13
^^^^^^^^^^^^^^^^^^^^

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

0 comments on commit c47b706

Please sign in to comment.