Skip to content
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the Meterplex API and core platform.

## [0.8.1] - 2026-05-23

### 🐛 Bug Fixes

- **security:** Reject tenant :id param vs x-tenant-id header mismatch (#188) ([8594e08](https://github.com/chitrank2050/meterplex/commit/8594e08c702bfe7ac1687f94f93d1f22f52b7660))
- **security:** Add authorization checks to user update endpoint (#189) ([9030760](https://github.com/chitrank2050/meterplex/commit/9030760176713d4082c0c61e58841c3eab6598b6))
- **security:** Add PlatformAdminGuard for catalog mutations (#190) ([22fc7de](https://github.com/chitrank2050/meterplex/commit/22fc7debd7c30827d477cecd848e60593aeaa256))
## [0.8.0] - 2026-05-23

### ⚙️ Maintenance
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meterplex",
"private": false,
"version": "0.8.0",
"version": "0.8.1",
"description": "Open-source B2B usage metering, entitlements, and billing platform.",
"homepage": "https://chitrank2050.github.io/meterplex/",
"author": {
Expand Down
Loading