From cf77c0e7eb6a41597be0f52bfbe2efab4e8e9ec6 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 6 Mar 2026 09:23:27 +0200 Subject: [PATCH] updated v0.22 changelog --- CHANGELOG.md | 2 +- CHANGELOG_16_22.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1e0ad5..87b41680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Set a fixed `routine.FireAndForget()` debug stack trace limit to 2KB. -- Bumped min Go GitHub action version to 1.26.1 because it comes with some minor [bug and security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.1). +- Bumped min Go GitHub action version to 1.26.1 because it comes with some [minor bug and security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.1). - Typos and other minor doc fixes. diff --git a/CHANGELOG_16_22.md b/CHANGELOG_16_22.md index 54ab301f..363efa08 100644 --- a/CHANGELOG_16_22.md +++ b/CHANGELOG_16_22.md @@ -2,6 +2,11 @@ > For the most recent versions, please refer to [CHANGELOG.md](./CHANGELOG.md) --- +## v0.22.39 + +- (_Backported from v0.36.6_) Bumped min Go GitHub action version to 1.26.1 because it comes with some [minor bug and security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.1). + + ## v0.22.38 - (_Backported from v0.36.0_) Bumped min Go GitHub action version to 1.25.6 because it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.25.6).