From 859b160b12692f2e69fb6fa1605e957fa58e6a2a Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 6 Mar 2024 10:41:16 +0000 Subject: [PATCH 1/3] Update latest and next version numbers in release notes --- docs/release-notes.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index e945e5713..99e632415 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -38,6 +38,12 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.0...n8n@1.31.1 This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. /// +/// note | Latest version +This is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. +/// + + + This is a bug fix release. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. @@ -94,9 +100,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.29.0...n8n@1.29.1){:target=_blank .external-link} for this version.
**Release date:** 2024-02-16 -/// note | Latest version -This is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. -/// + From f8211efa1b48f60c99afd1cc43459beec2e64afd Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 6 Mar 2024 10:41:17 +0000 Subject: [PATCH 2/3] Update latest and next version numbers in snippet --- _snippets/self-hosting/installation/latest-next-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md index cac4ea0be..9970ca5c8 100644 --- a/_snippets/self-hosting/installation/latest-next-version.md +++ b/_snippets/self-hosting/installation/latest-next-version.md @@ -1,6 +1,6 @@ /// note | Latest and Next versions n8n releases a new minor version most weeks. The `latest` version is for production use. `next` is the most recent release. You should treat `next` as a beta: it may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. -Current `latest`: 1.29.1 +Current `latest`: 1.31.1 Current `next`: 1.31.1 /// From a6e74fad1c4afad8d8deca43c0337ca5dec2f8ec Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 6 Mar 2024 10:42:39 +0000 Subject: [PATCH 3/3] Update release-notes.md --- docs/release-notes.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 99e632415..38947a6c7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -34,16 +34,10 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.31.0...n8n@1.31.1){:target=_blank .external-link} for this version.
**Release date:** 2024-03-06 -/// note | Next version -This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. -/// - /// note | Latest version This is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. /// - - This is a bug fix release. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. @@ -53,8 +47,6 @@ 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.30.0...n8n@1.31.0){:target=_blank .external-link} for this version.
**Release date:** 2024-02-28 - - This release contains new features, new nodes, node enhancements and bug fixes.