diff --git a/CHANGELOG.md b/CHANGELOG.md index 988c2a7..95fa3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.4.0](https://github.com/umanamente/n8n-nodes-imap/compare/v2.3.0...v2.4.0) (2024-10-15) + +### Features + +* add "UID" to search filters in "Get Emails" operation ([fa0260e](https://github.com/umanamente/n8n-nodes-imap/commit/fa0260e2fb734cec8ca12887376d9c539f8cbf61)) + ## [2.3.0](https://github.com/umanamente/n8n-nodes-imap/compare/v2.2.0...v2.3.0) (2024-09-04) ### Features diff --git a/package.json b/package.json index 7ba125e..70c5ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-imap", - "version": "2.3.0", + "version": "2.4.0", "description": "This node allows you to connect to an IMAP server and retrieve emails.", "keywords": [ "n8n-community-node-package"