From b1e9bd761208b10c6a1237670daa48ce0bac26ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 06:57:31 +0000 Subject: [PATCH] chore(next): release 0.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2bea9..f87262aa8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0dc7979..3db697f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.15.0](https://github.com/useplunk/plunk/compare/v0.14.0...v0.15.0) (2026-08-30) + + +### Features + +* Add dedicated events for contact.subscribe and contact.unsubscribe ([ab4a48b](https://github.com/useplunk/plunk/commit/ab4a48b347ab196d5af4655e3aa7d75e1a06e580)) +* Add improved tracking for unsubscribes and complaints ([37626cb](https://github.com/useplunk/plunk/commit/37626cb5d5a0a208ed0bc6a2ab1bd4d3be2731ef)) +* Use campaigns after cancel ([541aca6](https://github.com/useplunk/plunk/commit/541aca613071bf85d6446a0c5bda966414c463f6)) + + +### Bug Fixes + +* Historical backfill of campaign data and improvements to handling ([2211b25](https://github.com/useplunk/plunk/commit/2211b25c7b8f2586e84bcdd3dae1e9a5ad5c8dff)) +* Incrementation on send for stats ([319cee9](https://github.com/useplunk/plunk/commit/319cee92ca8ba448be7d41e1c46714d1a48a351e)) +* Remove lock_timeout from migration ([df7afd8](https://github.com/useplunk/plunk/commit/df7afd8d04b78b71193239a7a3356eeda5bd698c)) + + +### Code Refactoring + +* Redesign domain settings for clearer and smoother setup ([2e90539](https://github.com/useplunk/plunk/commit/2e9053949568e25b26613d3fc6fb59104d19d338)) + ## [0.14.0](https://github.com/useplunk/plunk/compare/v0.13.0...v0.14.0) (2026-08-17) diff --git a/package.json b/package.json index e71e0139e..856fee181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plunk", - "version": "0.14.0", + "version": "0.15.0", "private": true, "scripts": { "build": "turbo build",