diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d59ae..988c2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.3.0](https://github.com/umanamente/n8n-nodes-imap/compare/v2.2.0...v2.3.0) (2024-09-04) + +### Features + +* **email:** Add Copy operation ([12653d4](https://github.com/umanamente/n8n-nodes-imap/commit/12653d443cce0875c017430bd8b62822af46d612)) + ## [2.2.0](https://github.com/umanamente/n8n-nodes-imap/compare/v2.1.1...v2.2.0) (2024-08-15) ### Features diff --git a/package.json b/package.json index 5deca41..7ba125e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-imap", - "version": "2.2.0", + "version": "2.3.0", "description": "This node allows you to connect to an IMAP server and retrieve emails.", "keywords": [ "n8n-community-node-package"