mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge pull request #2025 from n8n-io/1.36.2-release-note
add release note
This commit is contained in:
commit
b242cdc7ca
@ -28,6 +28,30 @@ 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.<br />
|
||||
**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.
|
||||
|
||||
|
||||
## 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.<br />
|
||||
**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.<br />
|
||||
@ -57,6 +81,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.<br />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user