diff --git a/CHANGELOG.md b/CHANGELOG.md index 1030f5f6..1ae22543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [2.6.0](https://github.com/ahochsteger/gmail-processor/compare/2.5.0...2.6.0) (2024-02-09) + + +### Bug Fixes + +* wrong backslash escape handling ([fd39b72](https://github.com/ahochsteger/gmail-processor/commit/fd39b72aca7c9563afc0b16fa5adfcc794ea9321)) + + +### Features + +* add file conversion using drive v2 ([ce31693](https://github.com/ahochsteger/gmail-processor/commit/ce31693079a7092fcd98950917316dbf936e71c2)) + # [2.5.0](https://github.com/ahochsteger/gmail-processor/compare/2.4.2...2.5.0) (2024-02-06) diff --git a/package-lock.json b/package-lock.json index 04360fba..8eb7bcfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.5.0", + "version": "2.6.0", "license": "Apache-2.0", "dependencies": { "addressparser": "^1.0.1", diff --git a/package.json b/package.json index ff379f66..06b59460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.5.0", + "version": "2.6.0", "description": "Gmail Processor is an open-source project that automates the processing of Gmail messages and attachments using Google Apps Script and execute actions (e.g. store attachments in a GDrive folder, log information in a spreadsheet) depending on matching criteria.", "scripts": { "act:ci": "act push",