From 7857892e26a3555036ac76fc3aff1c42ebb7d1ac Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 28 Dec 2024 17:49:48 +0000 Subject: [PATCH] chore(release): prepare for v0.0.7 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf71387..5b33a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.0.7] - 2024-12-28 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.10.0 +- *(deps)* Update module github.com/alecthomas/kong to v1.5.0 +- *(deps)* Update module github.com/alecthomas/kong to v1.5.1 +- *(deps)* Update module github.com/alecthomas/kong to v1.6.0 +- *(deps)* Update kubernetes packages to v0.31.4 +- *(deps)* Update kubernetes packages to v0.32.0 + +### ⚙️ Miscellaneous Tasks + +- Simplify CI configuration by removing unused variables +- *(golangci)* Increase timeout to 5 minutes + ## [0.0.6] - 2024-11-21 ### 🐛 Bug Fixes