From 0ed30701fd38b5c3bb228dd385dd029e7d3ba363 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sun, 1 Dec 2024 18:10:31 +0000 Subject: [PATCH] chore(release): prepare for v0.0.8 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae87c04..dff0a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.0.8] - 2024-11-27 +## [0.0.8] - 2024-12-01 ### 🐛 Bug Fixes @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/eventsourced to v1.16.0 - *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/amqp to v1.7.0 - *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/pg to v1.15.0 +- *(deps)* Update module github.com/alecthomas/kong to v1.5.0 ### 🚜 Refactor