From 4732aa5ab22dca88d5d9a1ecdd908151cf182340 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Tue, 16 Jun 2026 13:22:52 +0000 Subject: [PATCH] chore(release): prepare for v0.4.0 (#151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.4.0] - 2026-06-16 ### 🚀 Features - *(metrics)* Add SubscriptionMetrics OTel observer for subscriptions (#150) ### 🐛 Bug Fixes - *(deps)* Update opentelemetry-go monorepo (#146) - *(deps)* Update module github.com/99designs/gqlgen to v0.17.91 (#148) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/shiny/otelsetup/pulls/151 Co-authored-by: Unbound Releaser Co-committed-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 9ed87d7..372b6ea 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.3.1" + "version": "v0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc35741..149633a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2026-06-16 + +### 🚀 Features + +- *(metrics)* Add SubscriptionMetrics OTel observer for subscriptions (#150) + +### 🐛 Bug Fixes + +- *(deps)* Update opentelemetry-go monorepo (#146) +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.91 (#148) + ## [0.3.1] - 2026-05-29 ### 🐛 Bug Fixes