From 4a6deed2b6091e3f363b5b030f9262a541ab5757 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 20 Jun 2026 18:49:02 +0000 Subject: [PATCH] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61db2c..fedec88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-06-20 + +### 🐛 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 + ## [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