Skip to content

Commit

Permalink
prepared 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Sep 5, 2019
1 parent 4114da5 commit a132afc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0.
.. _master-release:

[Unreleased 1.3.1] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. note:: This version is not yet released and is under active development.

Expand All @@ -16,23 +16,28 @@ Added

Changed
-------
- Removed unused ``tracker`` argument from ``utter_template`` and ``utter_button_template``
methods

Fixed
-----

Removed
-------

[1.3.0a1] - 2019-08-22
^^^^^^^^^^^^^^^^^^^^^^
[1.3.0] - 2019-09-05
^^^^^^^^^^^^^^^^^^^^

Compatibility release for Rasa 1.3.0.

Added
-----
- add ``InMemoryKnowledgeBase`` implementation as a default ``KnowledgeBase``
- add ``ActionQueryKnowledgeBase`` as a default action to interact with a knowledge base

Changed
-------
- Removed unused ``tracker`` argument from ``utter_template`` and ``utter_button_template``
methods

[1.2.0] - 2019-08-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.3.0a1"
__version__ = "1.3.0"

0 comments on commit a132afc

Please sign in to comment.