From 74f3a5b81ec30f50adc2848465082fa415c19f45 Mon Sep 17 00:00:00 2001 From: Harshil Date: Tue, 16 Feb 2021 14:24:01 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1Add=20changelog=20for=200.108.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 8da258ca7..d4ac8df14 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -2,6 +2,29 @@ 🛠 = Version contains a breaking change. Check out the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md). +## n8n@0.108.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.107.0...n8n@0.108.0) for this version.
+**Release date:** 2021-02-15 + +- New nodes + - Demio + - PostHog + - QuickBooks +- Enhanced nodes + - Trello: Added Create Checklist Item operation to the Checklist resource + - Webhook: Removed trailing slash in routes and updated logic to select dynamic webhook +- Bug fixes + - Google Drive: Fixed an issue with returning the fields the user selects for the Folder and File resources + - Twitter: Fixed a typo in the description + - Webhook: Fixed logic for static route matching +- Added the functionality to sort the values that you add in the IF node, Rename node, and the Set node +- Unified execution ID +- Added the functionality to optionally save execution data after each node +- Added queue mode to scale workflow execution +- Separated webhook from the core to scale webhook separately +- Fixed an issue of current execution query with unsaved running workflow +- Fixed an issue with the regex that detected node names + ## n8n@0.107.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.106.0...n8n@0.107.0) for this version.
**Release date:** 2021-02-08