From fce85782f069408d0cf96c06c4e7670cbb3198e6 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 21 Nov 2025 10:32:33 +0000 Subject: [PATCH] chore(release): prepare for v0.8.0 --- .version | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 53f0140..8b9604f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -{"version":"v0.7.0"} +{"version":"v0.8.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f6d72..afddca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. +## [0.8.0] - 2025-11-21 + +### ๐Ÿš€ Features + +- *(tests)* Add unit tests for WebSocket initialization logic +- Add latestSchema query for retrieving schema updates +- Add CLAUDE.md for project documentation and guidelines +- *(cache)* Implement hashed API key storage and retrieval +- *(health)* Add health checking endpoints and logic +- *(cache)* Add concurrency safety and logging improvements + +### ๐Ÿ› Bug Fixes + +- Enhance API key handling and logging in middleware +- Add command executor interface for better testing +- *(deps)* Update module golang.org/x/crypto to v0.45.0 +- *(deps)* Update module github.com/auth0/go-jwt-middleware/v2 to v2.3.1 + +### ๐Ÿงช Testing + +- Enhance assertions for version and subscription config +- *(cache)* Reduce goroutines for race detector stability + +### โš™๏ธ Miscellaneous Tasks + +- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.29.1 +- *(deps)* Update node.js to v24 + ## [0.7.0] - 2025-11-19 ### ๐Ÿš€ Features