diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 000000000..84bcfcf5c --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,37 @@ +Change Log +========== + +All notable changes to this project will be documented in this file. +This project adheres to `Semantic Versioning`_ starting with version 0.11.0. + +.. _master-release: + +[Unreleased 0.12.0.aX] - `master`_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. note:: This version is not yet released and is under active development. + +Added +----- + +Changed +------- + +Removed +------- + +Fixed +----- + +[0.11.4] - 2018-09-17 +^^^^^^^^^^^^^^^^^^^^^ + +Fixed +----- +- wrong event name for the ``AgentUttered`` event - due to the wrong name, + rasa core would deserialise the wrong event. + + +.. _`master`: https://github.com/RasaHQ/rasa_core/ + +.. _`Semantic Versioning`: http://semver.org/ diff --git a/rasa_core_sdk/version.py b/rasa_core_sdk/version.py index 5b2892904..6933fc98c 100644 --- a/rasa_core_sdk/version.py +++ b/rasa_core_sdk/version.py @@ -4,4 +4,4 @@ from __future__ import absolute_import -__version__ = '0.11.3' +__version__ = '0.11.4'