diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 64d1a3cd920..823f6f9d479 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,13 +13,9 @@ 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 ------- @@ -27,6 +23,19 @@ 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 ^^^^^^^^^^^^^^^^^^^^^ diff --git a/rasa_core/version.py b/rasa_core/version.py index b1fcb77b59e..5b289290453 100644 --- a/rasa_core/version.py +++ b/rasa_core/version.py @@ -4,4 +4,4 @@ from __future__ import absolute_import -__version__ = '0.11.2' +__version__ = '0.11.3'