From 5f0c7bda4bbd7e27986b1bbe5a0077f5558965dc Mon Sep 17 00:00:00 2001 From: Julian Knight <1591850+TotallyInformation@users.noreply.github.com> Date: Mon, 27 Sep 2021 20:27:13 +0100 Subject: [PATCH] Fixes (see changelog) and bump to v1.1.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705d1a6..7550b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ ## 1.1.3 - Bug Fix (2021-09-27) +### New + +* Additional example flow included for testing multi-level out and return. + ### Changed * Change return node so that topic setting doesn't override the msg.topic. The topic setting in the node will now only be used if the inbound msg has no topic. +* Previous example flows updated. ### Fixed