From 9a21e2ebeca139c0f52aff6e4aaf66ed6da6081b Mon Sep 17 00:00:00 2001 From: chitrank2050 <13078364+chitrank2050@users.noreply.github.com> Date: Wed, 27 May 2026 13:40:51 +0000 Subject: [PATCH] chore(release): bump version to v0.9.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90db645..3476bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ All notable changes to the Meterplex API and core platform. +## [0.9.0] - 2026-05-27 + +### 🐛 Bug Fixes + +- **subscriptions:** Set status to CANCELLED on cancel endpoint (#197) ([00e89f3](https://github.com/chitrank2050/meterplex/commit/00e89f3ea4a4ddd583befe1a33f27ed52f4e8073)) +- **entitlements:** Consume endpoint doesn't persist usage events (#198) ([5e82f52](https://github.com/chitrank2050/meterplex/commit/5e82f527ad7f26df970ee11292bab1c9d7dd49b6)) +- **audit:** Recursive sanitization + size limits in audit log interceptor (#199) ([984e0d4](https://github.com/chitrank2050/meterplex/commit/984e0d40acb3866542c0591240d8f351beba364e)) +- **billing:** Add RolesGuard to billing ledger endpoints (#200) ([0ad9501](https://github.com/chitrank2050/meterplex/commit/0ad9501405eda9cb0cbd1aa6c33f997fdc9fc6b8)) +- **invoices:** Refactor controller to delegate to service layer (#202) ([a406d88](https://github.com/chitrank2050/meterplex/commit/a406d88ec8fc22b95e875dcb9b49054d685002e7)) +- **prisma:** Use generated enum references (#201) ([07e0dd2](https://github.com/chitrank2050/meterplex/commit/07e0dd2cee6babf92dfb4068855e293df02295d9)) by [@HAWKZ4](https://github.com/HAWKZ4) +- **misc:** Use ConfigService for PORT, add pagination, remove duplicate comment (#203) ([77ca59b](https://github.com/chitrank2050/meterplex/commit/77ca59b39d8f75d81df92e53caae703f1bcba6bc)) +- **quality:** Replace hardcoded enum strings with Prisma enum references ([b65e8e1](https://github.com/chitrank2050/meterplex/commit/b65e8e1131f17d4b59bd7f5a67625662350a3e4b)) + +### 👷 CI/CD & Infra + +- Add GITHUB_TOKEN to zizmor action environment variables ([7c3fbe2](https://github.com/chitrank2050/meterplex/commit/7c3fbe271bf72d6562eb274a6cfcdd53d0909772)) + +### 📚 Documentation + +- **security:** Security audit resolution log and phase documentation (#204) ([b09fc4f](https://github.com/chitrank2050/meterplex/commit/b09fc4f921cec9ce16df9ba2a9830808c6bf7735)) + +### 🚀 Features + +- Register Prisma shutdown hooks to ensure clean database connection termination on app exit ([76a2515](https://github.com/chitrank2050/meterplex/commit/76a2515e927ea0dc825f9fa5a792ad2dcbcdf810)) +- Add comprehensive pull request template with categorization and verification sections ([e900a0b](https://github.com/chitrank2050/meterplex/commit/e900a0bf5431a44d86f77525cea5a94785109752)) + +### 🚜 Refactoring + +- Transition maintenance workflow to granular per-override dependency audit & pruning logic ([ef77dce](https://github.com/chitrank2050/meterplex/commit/ef77dceca216d06de2d704e9cbca25c29001a976)) ## [0.8.2] - 2026-05-23 ### 🐛 Bug Fixes diff --git a/package.json b/package.json index bbc0b6e..be01d1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meterplex", "private": false, - "version": "0.8.2", + "version": "0.9.0", "description": "Open-source B2B usage metering, entitlements, and billing platform.", "homepage": "https://chitrank2050.github.io/meterplex/", "author": {