From dfc87b10036bfaf669e44957a0e02c955e8ddeb8 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 29 Aug 2026 11:25:32 +0000 Subject: [PATCH] chore(release): prepare for v0.2.2 (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.2.2] - 2026-08-29 ### 🐛 Bug Fixes - *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#19) - *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#21) - *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.20.1 (#25) ### ⚙️ Miscellaneous Tasks - *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#22) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/shiny/logging/pulls/26 Co-authored-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 002fae3..b46e6d1 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.2.1" + "version": "v0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0a39b..caf977c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ All notable changes to this project will be documented in this file. -## [0.2.1] - 2026-08-07 +## [0.2.2] - 2026-08-29 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#19) +- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#21) +- *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.20.1 (#25) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#22) + +## [0.2.1] - 2026-08-08 ### 🐛 Bug Fixes