From d0afaa7815ee264a0466643d8c5d3bccdea650c4 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 28 Feb 2025 12:49:26 +0000 Subject: [PATCH] chore(release): prepare for v0.2.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 801a7ec..57aa268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2025-02-28 + +### 🚀 Features + +- *(dependencies)* Add Eventsourced package group for updates +- *(sdlmerge)* Add shared types for GraphQL schema handling + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.64 +- *(deps)* Update module github.com/alecthomas/kong to v1.7.0 +- *(deps)* Update module github.com/khan/genqlient to v0.8.0 +- *(deps)* Update module github.com/alecthomas/kong to v1.8.0 +- *(ci)* Update golang image to improve compatibility +- *(ci)* Add resource group to production deployment configuration +- *(deps)* Update module github.com/alecthomas/kong to v1.8.1 +- *(deps)* Update dependencies to latest versions +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.65 +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.66 +- *(deps)* Update eventsourced +- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.23 + +### ⚙️ Miscellaneous Tasks + +- *(go)* Update go version to 1.23.6 and remove toolchain +- *(docker)* Update base image architecture to amd64 + ## [0.1.1] - 2025-01-24 ### 🐛 Bug Fixes