Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Commit 36aa24a

Browse files
author
Philippe Cote-Boucher
committed
chore: release
1 parent 82ca6d7 commit 36aa24a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
.. towncrier release notes start
44
5+
[1.10.3-bf.1] - 2020-07-01
6+
^^^^^^^^^^^^^^^^^^^^^
7+
8+
Bugfixes
9+
--------
10+
- `82ca6d7 <https://github.com/botfront/rasa-for-botfront/commit/82ca6d797d2c8ce4100bc026a6e7c29abce38a7d>`_: Fix error when bf_forms slot is not defined.
11+
- `63ab95f <https://github.com/botfront/rasa-for-botfront/commit/63ab95f76df9af451d352f044817e9682488253b>`_: Fix behavior of custom key in messages in Webchat and Rest channels.
12+
13+
Improvements
14+
------------
15+
- `29ed2fe <https://github.com/botfront/rasa-for-botfront/commit/29ed2fe14c017c065dbed5901a2ce438c28790c3>`_: Forward bot messages to output channel when using /conversations/<conversation_id>/tracker/events route.
16+
- `1d37e10 <https://github.com/botfront/rasa-for-botfront/commit/1d37e1032c9f1a0796b3b0576754bf459aed71ec>`_: Make RestPlus and WebchatPlus channels aliases of Rest and Webchat.
17+
18+
519
[1.10.1-bf.1] - 2020-06-17
620
^^^^^^^^^^^^^^^^^^^^^
721

addons_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = f.read()
1010
setup(
1111
name="rasa_addons",
12-
version="0.10",
12+
version="0.10.3.1",
1313
author="Botfront",
1414
description="Rasa Addons - Components for Rasa and Botfront",
1515
long_description=long_description,

0 commit comments

Comments
 (0)