From 6dac9d846f4007c63e349287415e89e041bd3405 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 11 Apr 2024 13:25:19 +0100 Subject: [PATCH 1/2] add release note --- docs/release-notes.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 524e3c2c1..583b52f0b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -28,6 +28,25 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin * MINOR version when adding functionality in a backward-compatible manner. * PATCH version when making backward-compatible bug fixes. +## n8n@1.37.1 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.0...n8n@1.37.1){:target=_blank .external-link} for this version.
+**Release date:** 2024-04-11 + +This release contains bug fixes. + +For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. + + +## n8n@1.36.2 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.36.2){:target=_blank .external-link} for this version.
+**Release date:** 2024-04-11 + +This release contains bug fixes. + +For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. + ## n8n@1.37.0 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.37.0){:target=_blank .external-link} for this version.
@@ -57,6 +76,9 @@ For full release details, refer to [Releases](https://github.com/n8n-io/n8n/rele [Miguel Prytoluk](https://github.com/mprytoluk){:target=_blank .external-link} + + + ## n8n@1.36.1 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.0...n8n@1.36.1){:target=_blank .external-link} for this version.
From 6ab96fac5633fd130564c2456821037ac964acff Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 11 Apr 2024 13:28:22 +0100 Subject: [PATCH 2/2] add breaking change note to 1.37.1 --- docs/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 583b52f0b..0c8585d7f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -33,6 +33,10 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.37.0...n8n@1.37.1){:target=_blank .external-link} for this version.
**Release date:** 2024-04-11 +/// warning | Breaking change +Please note that this version contains a breaking change for self-hosted n8n. It removes the `--file` flag for the `execute` CLI command. If you have scripts relying on the `--file` flag, update them to first import the workflow and then execute it using the `--id` flag. Refer to [CLI commands](/hosting/cli-commands/) for more information on CLI options. +/// + This release contains bug fixes. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. @@ -43,6 +47,7 @@ For full release details, refer to [Releases](https://github.com/n8n-io/n8n/rele View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.36.1...n8n@1.36.2){:target=_blank .external-link} for this version.
**Release date:** 2024-04-11 + This release contains bug fixes. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.