diff --git a/CHANGELOG.md b/CHANGELOG.md index d68e029..cd33c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2026-03-06 + +### 🐛 Bug Fixes + +- *(deps)* Update kubernetes packages to v0.35.2 (#379) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.10.1 (#375) +- *(deps)* Update golang:1.26.0 docker digest to 9835fb4 (#377) +- *(deps)* Update dependency go to v1.26.1 (#381) + ## [0.1.3] - 2026-02-12 ### ⚙️ Miscellaneous Tasks diff --git a/go.mod b/go.mod index feaabe9..df5a686 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler go 1.25.0 -toolchain go1.26.0 +toolchain go1.26.1 require ( github.com/alecthomas/kong v1.14.0