Skip to content

Commit 700bc32

Browse files
chore(next): release 0.15.0
1 parent 2e90539 commit 700bc32

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.0"
2+
".": "0.15.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/useplunk/plunk/compare/v0.14.0...v0.15.0) (2026-08-23)
4+
5+
6+
### Features
7+
8+
* Add dedicated events for contact.subscribe and contact.unsubscribe ([ab4a48b](https://github.com/useplunk/plunk/commit/ab4a48b347ab196d5af4655e3aa7d75e1a06e580))
9+
* Add improved tracking for unsubscribes and complaints ([37626cb](https://github.com/useplunk/plunk/commit/37626cb5d5a0a208ed0bc6a2ab1bd4d3be2731ef))
10+
11+
12+
### Bug Fixes
13+
14+
* Incrementation on send for stats ([319cee9](https://github.com/useplunk/plunk/commit/319cee92ca8ba448be7d41e1c46714d1a48a351e))
15+
* Remove lock_timeout from migration ([df7afd8](https://github.com/useplunk/plunk/commit/df7afd8d04b78b71193239a7a3356eeda5bd698c))
16+
17+
18+
### Code Refactoring
19+
20+
* Redesign domain settings for clearer and smoother setup ([2e90539](https://github.com/useplunk/plunk/commit/2e9053949568e25b26613d3fc6fb59104d19d338))
21+
322
## [0.14.0](https://github.com/useplunk/plunk/compare/v0.13.0...v0.14.0) (2026-08-17)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plunk",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"scripts": {
66
"build": "turbo build",

0 commit comments

Comments
 (0)