From 75b1cb09d485272fbd05259c5b2df920d469401c Mon Sep 17 00:00:00 2001 From: Harshil Date: Fri, 8 Jan 2021 11:17:36 +0530 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9C=A8Add=20changelog?= 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 e4ebde4de..d9b85edce 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,5 +1,28 @@ # Changelog +## n8n@0.100.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.100.0...n8n@0.101.0) for this version.
+**Release date:** 2021-01-07 + +- New nodes + - Google Analytics + - Phantombuster +- Enhanced nodes + - AWS: Added support for custom endpoints + - Gmail: Added an option to send messages formatted as HTML + - Philips Hue: Added Room/Group name to Light name to make it easier to identify lights + - Slack: Added ephemeral message option + - Telegram: Removed the Bot resource as the endpoint is no longer supported +- Bug fixes + - E-goi: Fixed the name of the node + - Edit Image: Fixed an issue with the Border operation + - HTTP Request: Fixed batch sizing to work when `batchSize = 1` + - PayPal: Fixed a typo for a credential field + - SplitInBatches: Fixed a typo in the description + - Telegram: Fixed an issue with the Send Audio operation +- Based on settings vacuum runs on SQLite on startup +- Updated axios to version `0.21.1` + ## 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 From 14e2f69ac1ac21585364dac209d6139415383980 Mon Sep 17 00:00:00 2001 From: Harshil Date: Fri, 8 Jan 2021 14:01:17 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=E2=9C=A8Add=20changelog=20for=200.101.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index d9b85edce..ab2849fa1 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -17,10 +17,10 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - E-goi: Fixed the name of the node - Edit Image: Fixed an issue with the Border operation - HTTP Request: Fixed batch sizing to work when `batchSize = 1` - - PayPal: Fixed a typo for a credential field + - PayPal: Fixed a typo in the Environment field - SplitInBatches: Fixed a typo in the description - Telegram: Fixed an issue with the Send Audio operation -- Based on settings vacuum runs on SQLite on startup +- Based on your settings, vacuum runs on SQLite on startup - Updated axios to version `0.21.1` ## n8n@0.100.0 From 2bea930710b9944efee69ee82c55b5419263f984 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Fri, 8 Jan 2021 09:35:53 +0100 Subject: [PATCH 3/3] :hammer: Fixes --- docs/reference/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index ab2849fa1..1683e2ad5 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,6 +1,6 @@ # Changelog -## n8n@0.100.0 +## n8n@0.101.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.100.0...n8n@0.101.0) for this version.
**Release date:** 2021-01-07 @@ -18,7 +18,7 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ - Edit Image: Fixed an issue with the Border operation - HTTP Request: Fixed batch sizing to work when `batchSize = 1` - PayPal: Fixed a typo in the Environment field - - SplitInBatches: Fixed a typo in the description + - Split In Batches: Fixed a typo in the description - Telegram: Fixed an issue with the Send Audio operation - Based on your settings, vacuum runs on SQLite on startup - Updated axios to version `0.21.1`