From 984dcecc6b2862a34d3c29d769dd176ea627e019 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 29 Oct 2024 10:13:49 +0000 Subject: [PATCH 1/2] Update latest and next version numbers in release notes --- docs/release-notes.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 547d2f04aa..3deb625e29 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -38,6 +38,10 @@ You can find the release notes for older versions of n8n [here](/release-notes/0 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.65.1...n8n@1.65.2){:target=_blank .external-link} for this version.
**Release date:** 2024-10-28 +/// 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}. +/// + 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. @@ -47,6 +51,10 @@ 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.64.2...n8n@1.64.3){:target=_blank .external-link} for this version.
**Release date:** 2024-10-25 +/// 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 release contains bug fixes. For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. @@ -128,9 +136,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.64.0...n8n@1.64.1){:target=_blank .external-link} for this version.
**Release date:** 2024-10-21 -/// 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}. -/// + This release contains a bug fix. @@ -170,9 +176,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.63.3...n8n@1.63.4){:target=_blank .external-link} for this version.
**Release date:** 2024-10-15 -/// 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 0ae83c1d12140ec08111072fb626afde3982c3fc Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 29 Oct 2024 10:13:50 +0000 Subject: [PATCH 2/2] Update latest and next version numbers in snippet --- _snippets/self-hosting/installation/latest-next-version.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md index 88100b0e31..59748fb70d 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.63.4 -Current `next`: 1.64.1 +Current `latest`: 1.64.3 +Current `next`: 1.65.2 ///