From 5699c92842e5a71a695450a0ab37b1d472ae3437 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Thu, 19 Mar 2026 13:02:43 +0000 Subject: [PATCH] chore(release): prepare for 1.6.3 (#340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.3] - 2026-03-19 ### 🐛 Bug Fixes - *(deps)* Update kubernetes monorepo to v0.35.3 (#339) ### ⚙️ Miscellaneous Tasks - *(deps)* Update golang:1.26.1 docker digest to 984bf90 (#337) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/cron-checker/pulls/340 Co-authored-by: Unbound Releaser Co-committed-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.version b/.version index ce735fc..5fe39fd 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "1.6.2" + "version": "1.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c943e..0e60fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.6.3] - 2026-03-19 + +### 🐛 Bug Fixes + +- *(deps)* Update kubernetes monorepo to v0.35.3 (#339) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update golang:1.26.1 docker digest to 984bf90 (#337) + ## [1.6.2] - 2026-03-06 ### 🐛 Bug Fixes