From 3616b9d66769dcda95841c52b00c166246323333 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 22 May 2026 07:20:20 +0300 Subject: [PATCH] updated backport changelog --- CHANGELOG_16_22.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG_16_22.md b/CHANGELOG_16_22.md index e82666f8..eef078ff 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.45 + +- (_Backported from v0.38.2_) Updated all `golang.org/x/` packages to cover the recent [security fixes](https://groups.google.com/g/golang-announce/c/PdiGK3xulk4) _(none of them should be a critical issue in PocketBase but nonetheless it is advised to update)_. + + ## v0.22.44 - (_Backported from v0.38.1_) Force unset the auth state of existing realtime connections on user tokenKey change.