From 3bde0e378f159f56cdf63232672a97b5c403b3c7 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Mon, 17 Aug 2026 11:50:04 +0000 Subject: [PATCH] chore(release): prepare for v0.1.11 (#478) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.1.11] - 2026-08-17 ### 🐛 Bug Fixes - *(deps)* Update module github.com/alecthomas/kong to v1.16.1 (#469) - *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#477) ### ⚙️ Miscellaneous Tasks - *(deps)* Update golang:1.26.5 docker digest to e8ab809 (#467) - *(deps)* Update pre-commit hook markdownlint/markdownlint to v0.18.1 (#471) - *(deps)* Update golang docker tag to v1.26.6 (#472) - *(deps)* Update go module directive to v1.26.6 (#475) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/gitlab-cleanup-handler/pulls/478 Co-authored-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 7bcc42b..c6bc1e3 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.10" + "version": "v0.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d26bed..5c808f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.1.11] - 2026-08-17 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/alecthomas/kong to v1.16.1 (#469) +- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#477) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update golang:1.26.5 docker digest to e8ab809 (#467) +- *(deps)* Update pre-commit hook markdownlint/markdownlint to v0.18.1 (#471) +- *(deps)* Update golang docker tag to v1.26.6 (#472) +- *(deps)* Update go module directive to v1.26.6 (#475) + ## [0.1.10] - 2026-08-09 ### 🐛 Bug Fixes