From 83e5e9f9a37222281f792f4e53b054d3e6ced073 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Tue, 26 Nov 2024 15:08:42 +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 f68f19e..1402e19 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-25 +## [0.0.8] - 2024-11-26 ### 🐛 Bug Fixes @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/pressly/goose/v3 to v3.23.0 - *(deps)* Update module github.com/stretchr/testify to v1.10.0 - *(deps)* Update module github.com/99designs/gqlgen to v0.17.57 +- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.20 ### 🚜 Refactor