# Changelog
## Unreleased
## 0.1.1.0 — 2026-05-31
### New Features
* Forward migration `2026-05-26-00-00-00-add-subscription-dead-letters.sql`:
creates the `kiroku.dead_letters` table (per consumer-group member, with a
foreign key to `kiroku.events`) and its recency index, supporting per-event
dead-letter recording for subscriptions (MasterPlan 6 / plan 40).
## 0.1.0.0 — 2026-05-23
### New Features
* Initial release of the migration package.
* Embeds Kiroku's codd SQL migrations and exposes
`Kiroku.Store.Migrations`.
* Provides the `kiroku-store-migrate` executable for applying the event store
schema before application startup.
* Bootstraps the dedicated `kiroku` PostgreSQL schema and installs Kiroku
tables, indexes, functions, and triggers there.