From 554819a17fdbacc5977b1ac70d1968cf0d7cf3e7 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 26 Jun 2026 16:00:13 +0000 Subject: [PATCH 1/2] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61db2c..952bdce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-06-26 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.11.1 (#2) + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Add shared-lib scaffolding and functional coverage gate (#4) +- *(deps)* Update actions/checkout action to v7 +- *(deps)* Update actions/cache action to v6 + ## [0.1.0] - 2026-06-15 ### 🚀 Features -- Initial version: signed `user` header middleware (ADR-0005) and the `MissingDeployedSecrets` startup guard (ADR-0005/0006), extracted from the per-service copies. +- Initial shared auth module -- 2.52.0 From 359e1f66b9f117ec621d759c6240ce96713f7e01 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 26 Jun 2026 16:00:15 +0000 Subject: [PATCH 2/2] chore(release): prepare for v0.1.1 --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 557859c..5e94b0f 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.0" + "version": "v0.1.1" } -- 2.52.0