From afac0502797bc9e90d43994dbb7b8227ebcce1c7 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 29 May 2026 06:47:04 +0000 Subject: [PATCH] chore(release): prepare for v0.3.1 (#145) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.3.1] - 2026-05-29 ### 🐛 Bug Fixes - Set service.instance.id for unique instance label (#144) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/shiny/otelsetup/pulls/145 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 a654d65..9ed87d7 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.3.0" + "version": "v0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db12d0f..fc35741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.3.1] - 2026-05-29 + +### 🐛 Bug Fixes + +- Set service.instance.id for unique instance label (#144) + ## [0.3.0] - 2026-05-26 ### 🚀 Features