From 28cf5e7e9bb1fe635488b59a7fe5027d81e37550 Mon Sep 17 00:00:00 2001 From: Harshil Date: Thu, 22 Oct 2020 18:53:57 +0530 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9A=A1=20Update=20Changelog=200.89.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 20e6596b7..e56b93161 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,5 +1,19 @@ # Changelog +## n8n@0.89.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.88.1...n8n@0.89.0) for this version.
+**Release date:** 2020-10-22 + +- New Nodes + - Pushover + - Strava + - Strava Trigger + - Google Translate +- Bug Fixes + - HTTP Request: Fixed an issue with the POST request method for the 'File' response format +- Fixed issue with displaying non-active workflows as active +- Fixed an issue related to multiple-webhooks + ## n8n@0.88.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.88.0...n8n@0.88.1) for this version.
**Release date:** 2020-10-16 From fc09fec5a7f07ea7e7200edb273c57b12c652c8c Mon Sep 17 00:00:00 2001 From: Harshil Date: Tue, 27 Oct 2020 13:21:16 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=E2=9A=A1=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index e56b93161..c95697fef 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,5 +1,25 @@ # Changelog +## n8n@0.90.0 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.2...n8n@0.90.0) for this version.
+**Release date:** 2020-10-23 + +- Bug Fixes + - Google Translate: Fixed an issue with the image + +## n8n@0.89.2 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.1...n8n@0.89.2) for this version.
+**Release date:** 2020-10-22 + +- Bug Fixes + - Strava Trigger: Fixed a typing error + +## n8n@0.89.1 +For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.0...n8n@0.89.1) for this version.
+**Release date:** 2020-10-22 + +- Removed debug messages + ## n8n@0.89.0 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.88.1...n8n@0.89.0) for this version.
**Release date:** 2020-10-22 From fc8786b4d24487d1e932c96e08bb160a0ee39f92 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Tue, 27 Oct 2020 09:10:08 +0100 Subject: [PATCH 3/3] :hammer: Minor 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 c95697fef..e5b3fcd66 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,14 +5,14 @@ For a comprehensive list of changes, check out the [commits](https://github.com/ **Release date:** 2020-10-23 - Bug Fixes - - Google Translate: Fixed an issue with the image + - Google Translate: Fixed an issue with the rendering of the image in n8n.io ## n8n@0.89.2 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.1...n8n@0.89.2) for this version.
**Release date:** 2020-10-22 - Bug Fixes - - Strava Trigger: Fixed a typing error + - Strava Trigger: Fixed a typo in the node name ## n8n@0.89.1 For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.89.0...n8n@0.89.1) for this version.