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..f61a46261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [0.15.0](https://github.com/useplunk/plunk/compare/v0.14.0...v0.15.0) (2026-09-11) + + +### Features + +* Add ability to snooze contacts instead of unsubscribing ([787d200](https://github.com/useplunk/plunk/commit/787d200acd47d4be6b447a6649fc602f59d49e5a)) +* Add ability to snooze contacts instead of unsubscribing ([04dab0c](https://github.com/useplunk/plunk/commit/04dab0cd814168b64dca8020b156703e0d93172c)) +* 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)) +* Add sponsor link in navbar ([32142c3](https://github.com/useplunk/plunk/commit/32142c3d4d76e504ef52dca14e84557cfd8d7175)) +* Archive campaigns ([ea1fb5a](https://github.com/useplunk/plunk/commit/ea1fb5a5b3d7b913b89196c8c3a47385b24932c5)) +* Delete account ([93fa1bf](https://github.com/useplunk/plunk/commit/93fa1bf751d9da59b2d90b4a64bcdcd659825764)) +* 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)) +* **workflows:** validate template ownership ([bb4f544](https://github.com/useplunk/plunk/commit/bb4f5440d4a3374fd8cd2b59d8f7c1e5b49311aa)) +* **workflows:** validate template ownership ([9836930](https://github.com/useplunk/plunk/commit/98369303db8fd3bc83f4552edd186446d783ddbd)) + + +### Code Refactoring + +* Redesign domain settings for clearer and smoother setup ([2e90539](https://github.com/useplunk/plunk/commit/2e9053949568e25b26613d3fc6fb59104d19d338)) + + +### Documentation + +* Add changelog page ([641283b](https://github.com/useplunk/plunk/commit/641283b94ef17a002f92728ce8e53c99da6066c1)) + ## [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",