Skip to content

Commit

Permalink
Merge pull request #93 from RasaHQ/prepare-release
Browse files Browse the repository at this point in the history
Prepare release 1.1.1
  • Loading branch information
erohmensing authored Jul 25, 2019
2 parents c666835 + d44e311 commit dc7b071
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0.

.. _master-release:

[Unreleased 1.1.0] - `master`_
[Unreleased 1.1.2] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. note:: This version is not yet released and is under active development.
Expand All @@ -23,6 +23,17 @@ Fixed
Removed
-------

[1.1.1] - 2019-07-25
^^^^^^^^^^^^^^^^^^^^

Added
-----
- ``dispatcher.utter_image_url()`` to dispatch images from custom actions

Fixed
-----
- correct slots print in debug mode before submitting a form

[1.1.0] - 2019-06-13
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import print_function
from __future__ import unicode_literals

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit dc7b071

Please sign in to comment.