From d2d417e4cd5a2ebac64924d1c4d0ac06fd393214 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Tue, 3 Dec 2024 09:46:29 +0000 Subject: [PATCH] chore(release): prepare for v0.0.7 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bd92d..3586cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ All notable changes to this project will be documented in this file. -## [0.0.7] - 2024-12-01 +## [0.0.7] - 2024-12-03 ### 🐛 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 ## [0.0.6] - 2024-11-21