From d3a36f39b6bfc2c6509eeb37519a1875125ba67a Mon Sep 17 00:00:00 2001 From: Harshil Date: Wed, 30 Dec 2020 17:53:41 +0530 Subject: [PATCH 1/4] =?UTF-8?q?=E2=9A=A1Add=20changelog=20for=200.100.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 6e2414cbb..0d938ef1e 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,5 +1,30 @@ # Changelog +## n8n@0.100.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.99.1...n8n@0.100.0) for this version.
+**Release date:** 2020-12-30 + +- New nodes + - Microsoft Outlook +- Enhanced nodes + - ActiveCampaign: The node loads more options for the fields + - Asana: Added Subtask resource and Get All operation for the Task resource + - Edit Image: Added Multi Step option + - HTTP Request: Added Use Querystring option + - IF: Added Ends With and Starts With operations + - Jira: Added Issue Comment resource + - Switch: Added Ends With and Starts With operations + - Telegram: Added File resource +- Bug fixes + - Box Trigger: Fixed a typo in the description + - Edit Image: Fixed an issue with multiple composite operations + - HTTP Request: Fixed an issue with the binary data getting used by multiple nodes + - S3: Fixed an issue with uploading files + - Stripe Trigger: Fixed an issue with the existing webhooks + - Telegram: Fixed an issue with the Send Audio operation +- Fixed an issue with deleting a node by setting `jsplumb` to version `2.15.4` +- Binary data stays visible if a node gets re-executed + ## n8n@0.99.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.98.0...n8n@0.99.0) for this version.
**Release date:** 2020-12-24 From 61d74ce53d896878ebeb7213ccd4847ee8652c90 Mon Sep 17 00:00:00 2001 From: Harshil Date: Wed, 30 Dec 2020 18:00:33 +0530 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=A8Minor=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 0d938ef1e..24449b564 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -22,7 +22,6 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - S3: Fixed an issue with uploading files - Stripe Trigger: Fixed an issue with the existing webhooks - Telegram: Fixed an issue with the Send Audio operation -- Fixed an issue with deleting a node by setting `jsplumb` to version `2.15.4` - Binary data stays visible if a node gets re-executed ## n8n@0.99.0 From fcd73f68e8335ddf1af4f0796b524da4bdeb9529 Mon Sep 17 00:00:00 2001 From: Harshil Date: Wed, 30 Dec 2020 18:08:36 +0530 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=A8Fix=20space?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 24449b564..415235b39 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -21,7 +21,7 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - HTTP Request: Fixed an issue with the binary data getting used by multiple nodes - S3: Fixed an issue with uploading files - Stripe Trigger: Fixed an issue with the existing webhooks - - Telegram: Fixed an issue with the Send Audio operation + - Telegram: Fixed an issue with the Send Audio operation - Binary data stays visible if a node gets re-executed ## n8n@0.99.0 From bfddb72b342542fcaacb5048829a139e48a6d05d Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Mon, 4 Jan 2021 09:52:52 +0100 Subject: [PATCH 4/4] :hammer: Add missing version --- docs/reference/changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 415235b39..e4ebde4de 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -9,7 +9,7 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - Enhanced nodes - ActiveCampaign: The node loads more options for the fields - Asana: Added Subtask resource and Get All operation for the Task resource - - Edit Image: Added Multi Step option + - Edit Image: Added Multi Step operation - HTTP Request: Added Use Querystring option - IF: Added Ends With and Starts With operations - Jira: Added Issue Comment resource @@ -24,6 +24,12 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - Telegram: Fixed an issue with the Send Audio operation - Binary data stays visible if a node gets re-executed +## n8n@0.99.1 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.99.0...n8n@0.99.1) for this version.
+**Release date:** 2020-12-24 + +- Fixed a bug that caused HTML to render in JSON view + ## n8n@0.99.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.98.0...n8n@0.99.0) for this version.
**Release date:** 2020-12-24