From 0c1c971a33101d5458fff1b8ecb36c7bf6552b67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:13:33 +0000 Subject: [PATCH] chore(master): release 2.46.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1a7c22..55da05d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.46.0](https://github.com/postalsys/emailengine/compare/v2.45.1...v2.46.0) (2024-08-29) + + +### Features + +* **azure:** Added suppor for different Azure cloud environments ([#440](https://github.com/postalsys/emailengine/issues/440)) ([93a7010](https://github.com/postalsys/emailengine/commit/93a7010223558036d2b2d09c7008e888a48cc071)) + + +### Bug Fixes + +* **autoconf-validation:** If autoconfig does not respond with full settings, do not auto-attempt configuration check ([cdc5765](https://github.com/postalsys/emailengine/commit/cdc57650479941e230fc99d53709cfdc0ed7ebb1)) +* **imap:** Disable IMAP syncing if authentication fails too many times ([def4404](https://github.com/postalsys/emailengine/commit/def4404e62ce76838f9e6dc37c1cbefc2f5cf8d0)) +* **link-tracking:** Fixed unsubscribe links when click tracking is enabled ([34cdc38](https://github.com/postalsys/emailengine/commit/34cdc38ae801c7b04264c900c8fb2b35970f398c)) + ## [2.45.1](https://github.com/postalsys/emailengine/compare/v2.45.0...v2.45.1) (2024-08-23) diff --git a/package-lock.json b/package-lock.json index b46bfdce..ed50bfd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emailengine-app", - "version": "2.45.1", + "version": "2.46.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emailengine-app", - "version": "2.45.1", + "version": "2.46.0", "license": "LICENSE_EMAILENGINE", "dependencies": { "@bugsnag/js": "7.25.0", diff --git a/package.json b/package.json index b4d900bc..4144f78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emailengine-app", - "version": "2.45.1", + "version": "2.46.0", "private": true, "productTitle": "EmailEngine", "description": "Email Sync Engine",