n8n-docs-v2 / document-templates /release-notes.md
Jeice Santos
Subindo documentação do n8n limpa
0a84888
<!--
# How to use this template
1. Make a new branch, including the release number in the name. For example: 0.190.0-release-note
2. Copy the template into the top of the release note file: https://github.com/n8n-io/n8n-docs/blob/main/docs/reference/release-notes.md (don't copy this comment).
3. Add the link to the GitHub change comparison. For example: https://github.com/n8n-io/n8n/compare/n8n@0.189.1...n8n@0.190.0 You can find this link from the GitHub changelog doc: https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md
4. Placeholder text is in <>. Make sure to replace it!
5. Refer to the GitHub changelog to help get started: https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md For minor changes, you may be able to copy directly from that changelog. For larger features, or if anything is unclear, do some research and add more detail.
Make sure to refer to the style guide: https://github.com/n8n-io/n8n-docs/wiki
You can find more info on working with the docs project in the README: https://github.com/n8n-io/n8n-docs/blob/main/README.md
-->
## n8n@<version-number>
View the [commits](<url for GitHub's 'Comparing changes' view, comparing this release to the previous one>) for this version.<br />
**Release date:** <yyyy-MM-dd>
_One or two sentence summary of release._
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.
<!-- if this release contains breaking changes, include the breaking changes warning
/// warning | Breaking changes
Please note that this version contains a breaking change. The minimum Node.js version is now v16. You can read more about it [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#02230).
///
-->
<!-- Explain the different versions. This note should go on both the latest and next versions, and be updated as the version status updates. For the next version, add: "Use the next version to try n8n's newest features, and to help test
/// note | <Latest/Next> version
This is the <Latest/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).
///
-->
### New features
<!-- Use the new feature box for major new features.
This section should only contain new features that are likely to interest users -->
<div class="n8n-new-features" markdown>
#### Feature name
_Description of new feature. Link to docs if available._
</div>
### New nodes
<div class="n8n-new-features" markdown>
#### Node name
_Description of new feature. Link to new node doc._
</div>
### Contributors
_List external contributors. Don't use a bulleted list here._