diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md
index 25515ecd3..7e30bb8fd 100644
--- a/_snippets/self-hosting/installation/latest-next-version.md
+++ b/_snippets/self-hosting/installation/latest-next-version.md
@@ -2,5 +2,5 @@
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.39.1
-Current `next`: 1.40.0
+Current `next`: 1.41.0
///
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3d7882c5a..7a89a7450 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -29,16 +29,27 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin
* PATCH version when making backward-compatible bug fixes.
-## n8n@1.40.0
+## n8n@1.41.0
-View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.39.1...n8n@1.40.0){:target=_blank .external-link} for this version.
-**Release date:** 2024-05-02
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.40.0...n8n@1.41.0){:target=_blank .external-link} for this version.
+**Release date:** 2024-05-08
/// 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 new features, node enhancements, and bug fixes.
+Note that this release disables the AI error helper.
+
+### Contributors
+
+[Florin Lungu](https://github.com/floryn90){:target=_blank .external-link}
+
+## n8n@1.40.0
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.39.1...n8n@1.40.0){:target=_blank .external-link} for this version.
+**Release date:** 2024-05-02
/// warning | Breaking change
Please note that this version contains a breaking change for instances using a Postgres database. The default value for the DB_POSTGRESDB_USER environment variable was switched from `root` to `postgres`. Refer to the [breaking changes log](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1400){:target=_blank .external-link} for details.