diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bccd61..a50b341 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-15 + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Add shared-lib scaffolding and functional coverage gate (#3) + ## [0.1.0] - 2026-06-15 ### 🚀 Features -- Initial version: `SetupLogger` + context-logger helpers, the `MockLogger` test helper, and a `middleware` request-logger sub-package, extracted from the per-service copies. +- Initial shared logging module