From 22f40766d2436f6750d33930f5068f5d0bcb54dd Mon Sep 17 00:00:00 2001 From: Amudhan Date: Wed, 19 Aug 2020 13:31:30 +0530 Subject: [PATCH 1/2] :sparkles: Changelog update for n8n@0.78.0 --- docs/reference/changelog.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 100dd0514..33bf54ed3 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -2,11 +2,30 @@ [[toc]] +## n8n@0.78.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.76.0...n8n@0.78.0) for this version.
+**Release date:** 2020-08-18 + +- New nodes + - Gmail + - Google Contacts + - Unleashed Software + - YouTube +- Enhanced nodes + - AMQP + - AMQP Trigger + - Bitly + - FunctionItem + - Google Sheets + - Shopify + - Todoist +- Enhanced support for JWT based authentication +- Added an option to execute a node only using the data of the first item + ## n8n@0.76.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.75.0...n8n@0.76.0) for this version.
**Release date:** 2020-08-05 - - New nodes - Customer.io Trigger - FTP From 5edc1263ff24d48930e5e4d6b3e67fcbe679b2e1 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Wed, 19 Aug 2020 12:52:23 +0200 Subject: [PATCH 2/2] :hammer: Minor Changes --- docs/reference/changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 33bf54ed3..4456b8ad0 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -15,12 +15,12 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - AMQP - AMQP Trigger - Bitly - - FunctionItem + - Function Item - Google Sheets - Shopify - Todoist -- Enhanced support for JWT based authentication -- Added an option to execute a node only using the data of the first item +- Enhanced support for [JWT based authentication](security.md#jwt) +- Added an option to execute a node once, using data of only the first item ## n8n@0.76.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.75.0...n8n@0.76.0) for this version.