Merge pull request #1533 from n8n-io/1.1.0-release-note

add release note
This commit is contained in:
Deborah 2023-07-26 12:50:08 +01:00 committed by GitHub
commit 76c9cd63fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,27 @@ 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.1.0
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.5...n8n@1.1.0){:target=_blank .external-link} for this version.<br />
**Release date:** 2023-07-26
This release contains bug fixes and node enhancements.
!!! warning "Breaking changes"
Please note that this version contains breaking changes if upgrading from a `0.x.x` version. For full details, refer to the [n8n v1.0 migration guide](/1-0-migration-checklist/).
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
### Contributors
[Adrián Martínez](https://github.com/adrian-martinez-vdshop){:target=_blank .external-link}
[Alberto Pasqualetto](https://github.com/albertopasqualetto){:target=_blank .external-link}
[Marten Steketee](https://github.com/Marten-S){:target=_blank .external-link}
[perseus-algol](https://github.com/perseus-algol){:target=_blank .external-link}
[Sandra Ashipala](https://github.com/sandramsc){:target=_blank .external-link}
[ZergRael](https://github.com/ZergRael){:target=_blank .external-link}
## n8n@1.0.5
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.0.4...n8n@1.0.5){:target=_blank .external-link} for this version.<br />