From b2945bcb1eb9068c4396835778b6af3a26a9e882 Mon Sep 17 00:00:00 2001 From: chitrank2050 <13078364+chitrank2050@users.noreply.github.com> Date: Sat, 23 May 2026 15:02:18 +0000 Subject: [PATCH] chore(release): bump version to v0.8.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32da7e8..90db645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the Meterplex API and core platform. +## [0.8.2] - 2026-05-23 + +### 🐛 Bug Fixes + +- **auth:** Handle purged refresh tokens with explicit null check (#193) ([94c9ced](https://github.com/chitrank2050/meterplex/commit/94c9cede2cde3af1c4cc0fce107d3ab2ad67faa9)) + +### 🚀 Features + +- **security:** Implement Redis rate limiting with tiered limits (#192) ([2f2d224](https://github.com/chitrank2050/meterplex/commit/2f2d2248b2731b3eca0c48e01d25ef0fa9d39b25)) ## [0.8.1] - 2026-05-23 ### 🐛 Bug Fixes diff --git a/package.json b/package.json index 09698f6..bbc0b6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meterplex", "private": false, - "version": "0.8.1", + "version": "0.8.2", "description": "Open-source B2B usage metering, entitlements, and billing platform.", "homepage": "https://chitrank2050.github.io/meterplex/", "author": {