diff --git a/CHANGELOG.md b/CHANGELOG.md index f5dc30b..a5d6896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2025-04-12 + +### 🚀 Features + +- *(service)* Implement graceful shutdown for HTTP server + +### 🐛 Bug Fixes + +- *(secrets)* Remove namespace from ExternalSecret definition +- *(deps)* Update module github.com/sparetimecoders/goamqp to v0.3.2 +- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.24 +- *(deps)* Update module github.com/getsentry/sentry-go to v0.32.0 +- *(k8s)* Increase CPU request for better performance +- *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/amqp to v1.8.1 + +### 🚜 Refactor + +- *(deploy)* Remove cpu and memory limits for schemas + ## [0.3.0] - 2025-04-08 ### 🚀 Features