Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
prepared next version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Sep 4, 2018
1 parent 71d8cff commit 24bf6c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.rst
Expand Up @@ -13,20 +13,29 @@ This project adheres to `Semantic Versioning`_ starting with version 0.2.0.

Added
-----
- callback output channel, receives messages and uses a REST endpoint to
respond with messages

Changed
-------
- channel input creation moved to the channel, every channel can now
customize how it gets created from the credentials file

Removed
-------

Fixed
-----

[0.11.3] - 2018-09-04
^^^^^^^^^^^^^^^^^^^^^

Added
-----
- callback output channel, receives messages and uses a REST endpoint to
respond with messages

Changed
-------
- channel input creation moved to the channel, every channel can now
customize how it gets created from the credentials file

[0.11.2] - 2018-09-04
^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion rasa_core/version.py
Expand Up @@ -4,4 +4,4 @@
from __future__ import absolute_import


__version__ = '0.11.2'
__version__ = '0.11.3'

0 comments on commit 24bf6c7

Please sign in to comment.