From 5b128fb3e20c8140ed9d8d3277899ec684db866b Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 29 Aug 2026 11:25:15 +0000 Subject: [PATCH] chore(release): prepare for v0.4.2 (#173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.4.2] - 2026-08-28 ### 🐛 Bug Fixes - *(deps)* Update opentelemetry-go monorepo (#172) ### ⚙️ Miscellaneous Tasks - *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.0 (#168) - *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#170) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/shiny/otelsetup/pulls/173 Co-authored-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 26a7d47..612f50c 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.4.1" + "version": "v0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d02289..44888ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. -## [0.4.1] - 2026-08-06 +## [0.4.2] - 2026-08-28 + +### 🐛 Bug Fixes + +- *(deps)* Update opentelemetry-go monorepo (#172) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.0 (#168) +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#170) + +## [0.4.1] - 2026-08-07 ### 🐛 Bug Fixes