From c81d9dcc5a6907455e8c9cc92028449573fccf63 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sun, 19 Jul 2026 19:32:52 +0000 Subject: [PATCH 1/2] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61db2c..560df45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,24 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-07-19 + +### 🐛 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 +- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#10) +- *(deps)* Update actions/setup-go action to v7 + ## [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.54.0 From d00a951b05714820812c3c9f2503e2dfa8c8e02e Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sun, 19 Jul 2026 19:32:55 +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.54.0