From 475906e9977a0e9c434a259885fcf8565fc4a9bc Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 20 Jun 2026 20:31:22 +0000 Subject: [PATCH] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c79b3..6800a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-06-20 + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update actions/checkout action to v7 (#2) + ## [0.1.0] - 2026-06-16 ### 🚀 Features -- Initial version: type-generic `Registry[T]` for cross-service read-your-writes GraphQL subscriptions (ADR-0012) — keyed subscriber map, non-blocking fan-out (sends under the read lock), a bounded worker pool that runs the read-view gate off the AMQP delivery goroutine, and `Observer` metric hooks. Extracted and hardened from the hand-rolled `authz-service` and `accounting-service` copies. +- Type-generic registry for cross-service read-your-writes subscriptions