From 15cff2329e79274d59085e773c31a38a99a88732 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 6 Mar 2026 20:36:08 +0000 Subject: [PATCH] chore(release): prepare for v0.2.5 (#118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.2.5] - 2026-03-06 ### 🐛 Bug Fixes - *(deps)* Update opentelemetry-go monorepo to v1.42.0 (#117) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/shiny/otelsetup/pulls/118 Co-authored-by: Unbound Releaser Co-committed-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 871f7c0..7af5dc4 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.2.4" + "version": "v0.2.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac31228..eea22c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.5] - 2026-03-06 + +### 🐛 Bug Fixes + +- *(deps)* Update opentelemetry-go monorepo to v1.42.0 (#117) + ## [0.2.4] - 2026-03-06 ### 🐛 Bug Fixes