From 233d291c8e287a34ca383f1ca2060da20a24a77a Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Mon, 15 Jun 2026 15:30:10 +0000 Subject: [PATCH] chore(release): prepare for 1.6.7 (#373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.7] - 2026-06-15 ### 🐛 Bug Fixes - *(deps)* Update kubernetes monorepo to v0.36.2 (#372) ### ⚙️ Miscellaneous Tasks - *(deps)* Update golang:1.26.4 docker digest to 62df9f3 (#370) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/cron-checker/pulls/373 Co-authored-by: Unbound Releaser Co-committed-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.version b/.version index b385838..f5b16b9 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "1.6.6" + "version": "1.6.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4c60b..cc9679d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to this project will be documented in this file. -## [1.6.6] - 2026-06-06 +## [1.6.7] - 2026-06-15 + +### 🐛 Bug Fixes + +- *(deps)* Update kubernetes monorepo to v0.36.2 (#372) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update golang:1.26.4 docker digest to 62df9f3 (#370) + +## [1.6.6] - 2026-06-11 ### 🐛 Bug Fixes