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