From 7e12a7e4b9704902cb91a834866ea31eb68c0762 Mon Sep 17 00:00:00 2001 From: Amudhan Date: Tue, 4 Aug 2020 11:27:36 +0530 Subject: [PATCH 1/3] :bug: Fix numbering error --- docs/nodes/credentials/Hubspot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nodes/credentials/Hubspot/README.md b/docs/nodes/credentials/Hubspot/README.md index c3b97a222..42b6ca124 100644 --- a/docs/nodes/credentials/Hubspot/README.md +++ b/docs/nodes/credentials/Hubspot/README.md @@ -11,7 +11,7 @@ Create a [Hubspot](https://www.hubspot.com/) account. 1. Access your Hubspot dashboard. 2. Click on the gear icon on the top. 3. Click on Integrations, API key. -1. Create Key. -2. Use the key with Hubspot node credentials in n8n. +4. Create Key. +5. Use the key with Hubspot node credentials in n8n. ![Getting Hubspot credentials](./using-access-token.gif) From d01d6a8c9b5093c2949f8dcf5697de77aa22bb6f Mon Sep 17 00:00:00 2001 From: Amudhan Date: Wed, 5 Aug 2020 13:56:58 +0530 Subject: [PATCH 2/3] :zap: Update Changelog for n8n@0.76.0 --- docs/reference/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 9547f4a38..d10a3130e 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -2,6 +2,21 @@ [[toc]] +## 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. + +- New nodes + - Customer.io Trigger + - FTP + - Medium + - Philips Hue + - TravisCI + - Twake +- Enhanced nodes + - CrateDB + - Move Binary Data +- Nodes will now display a link to any associated documentation + ## n8n@0.75.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.74.0...n8n@0.75.0) for this version. From 51909ba5161d74c1fd2f7dd85eeb87c93f157056 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Wed, 5 Aug 2020 10:50:40 +0200 Subject: [PATCH 3/3] :lipstick: Minor changes --- 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 d10a3130e..ef36196a9 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -15,7 +15,7 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - Enhanced nodes - CrateDB - Move Binary Data -- Nodes will now display a link to any associated documentation +- Nodes will now display a link to associated documentation ## n8n@0.75.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.74.0...n8n@0.75.0) for this version.