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 Feb 13, 2018
1 parent 16d654b commit e593c0a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -11,19 +11,32 @@ This project adheres to `Semantic Versioning`_ starting with version 0.2.0.

Added
-----
- script to reload a dumped trackers state and to continue the conversation
at the end of the stored dialogue

Changed
-------
- updated dependencies

Removed
-------

Fixed
-----

[0.8.2] - 2018-02-13
^^^^^^^^^^^^^^^^^^^^

Added
-----
- script to reload a dumped trackers state and to continue the conversation
at the end of the stored dialogue

Changed
-------
- minor updates to dependencies

Fixed
-----
- fixed datetime serialisation of reminder event

[0.8.1] - 2018-02-01
^^^^^^^^^^^^^^^^^^^^

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.8.1'
__version__ = '0.8.2'

0 comments on commit e593c0a

Please sign in to comment.