From a0c3340a28b4a9d479b5408bec81bb07e61aa67d Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Mon, 31 May 2021 15:02:43 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20Add=20changelog=20for=200.122.0?= =?UTF-8?q?=20and=200.122.1=20(#532)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ Add changelog for 0.122.0 and 0.122.1 * ⚡ Minor improvements --- docs/reference/changelog.md | 42 +++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index f3436c993..28282807f 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -2,6 +2,48 @@ 🛠 = 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.122.1 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.122.0...n8n@0.122.1) for this version.
+**Release date:** 2021-05-30 + +### Core Functionality ⚙️ +- Fixed an issue with the order in migration rollback + +## n8n@0.122.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.121.0...n8n@0.122.0) for this version.
+**Release date:** 2021-05-30 + +### New nodes ✨ +
+ + + + +### Enhanced nodes 🚀 +
+ + + + + +### Core Functionality ⚙️ +- Changed `bcrypt` library from `@node-rs/bcrypt` to `bcryptjs` +- Fixed an issue with optional parameters that have the same name +- Added the functionality to tag workflows +- Fixed errors in the Expression Editor +- Fixed an issue with adding expressions to parameters +- Fixed an issue with nodes that only get connected to the second input. This solves the issue of copying and pasting the workflows where only one output of the IF node gets connected to a node + +### Bug fixes 🐛 +
+ + + + +### Contributors 🙌 + +[Alexander Mustafin](https://github.com/sashker) + ## n8n@0.121.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.120.0...n8n@0.121.0) for this version.
**Release date:** 2021-05-20 From 4f2e80534579c3b6d040df564221f029872632d1 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Mon, 31 May 2021 15:09:28 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9A=A1=20Minor=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ Add changelog for 0.122.0 and 0.122.1 * ⚡ Minor improvements * 🔨 Minor improvements --- docs/reference/changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 28282807f..53ecb7828 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -24,19 +24,17 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - ### Core Functionality ⚙️ - Changed `bcrypt` library from `@node-rs/bcrypt` to `bcryptjs` - Fixed an issue with optional parameters that have the same name - Added the functionality to tag workflows - Fixed errors in the Expression Editor -- Fixed an issue with adding expressions to parameters - Fixed an issue with nodes that only get connected to the second input. This solves the issue of copying and pasting the workflows where only one output of the IF node gets connected to a node ### Bug fixes 🐛
- +