diff --git a/.version b/.version index 5e94b0f..defa6b1 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.1" + "version": "v0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f76aece..2376559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2026-02-07 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/alecthomas/kong to v1.14.0 (#367) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update golang:1.25.5 docker digest to 3a01526 (#358) +- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#359) +- *(deps)* Update dependency go to v1.25.6 (#361) +- *(deps)* Update golang docker tag to v1.25.6 (#362) +- Remove unused .gitlab-ci.yml +- *(deps)* Update golang:1.25.6 docker digest to ceda080 (#364) +- *(deps)* Update dependency go to v1.25.7 (#365) +- *(deps)* Update golang docker tag to v1.25.7 (#366) + ## [0.1.1] - 2026-01-10 ### ⚙️ Miscellaneous Tasks