Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.13.0](https://github.com/useplunk/plunk/compare/v0.12.0...v0.13.0) (2026-07-11)


### Features

* add email body cleanup job to remove old email content after 90 days ([cef8ce0](https://github.com/useplunk/plunk/commit/cef8ce0b419ae29d3527c8038318bf4be9f62f5d))
* classify emails and build headers based on email type ([8f23d8a](https://github.com/useplunk/plunk/commit/8f23d8aac479ae4e7d9926965f090c75afd3f6d5)), closes [#411](https://github.com/useplunk/plunk/issues/411)
* hide signup link from login when DISABLE_SIGNUPS is set ([21ea0b8](https://github.com/useplunk/plunk/commit/21ea0b80d63b8897bb74323820e6dacae5ab1feb))
* implement idempotency for POST /v1/track and POST /v1/send with cleanup job ([94c85ac](https://github.com/useplunk/plunk/commit/94c85acf2441049b866a520d7e083e1b65aa4944))


### Bug Fixes

* refine date filtering logic for activity feeds and pagination ([3b86873](https://github.com/useplunk/plunk/commit/3b868734dafad4453c10667d65b34853aaaf1bba))

## [0.12.0](https://github.com/useplunk/plunk/compare/v0.11.0...v0.12.0) (2026-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plunk",
"version": "0.12.0",
"version": "0.13.0",
"private": true,
"scripts": {
"build": "turbo build",
Expand Down