mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
add release note and update next
This commit is contained in:
parent
88858506fc
commit
deafae01c8
@ -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
|
||||
///
|
||||
|
||||
@ -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.<br />
|
||||
**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.<br />
|
||||
**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.<br />
|
||||
**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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user