From 600d07ce6e5534adb628bbf1d4169f4cb032789a Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Thu, 16 Oct 2025 00:01:34 +0000 Subject: [PATCH] Update changelog for 0.30.3 --- CHANGELOG.md | 9 +++++++++ latest_version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4a463..52dadb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.30.3 + +- Fixed legacy identitity field priority check when a username is a valid email address ([#7256](https://github.com/pocketbase/pocketbase/issues/7256)). + +- Workaround autocomplete overflow issue with Firefox 144 ([#7223](https://github.com/pocketbase/pocketbase/issues/7223)). + +- Updated `modernc.org/sqlite` to 1.39.1 (SQLite 3.50.4). + + ## v0.30.2 - Bumped min Go GitHub action version to 1.24.8 since it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.24.8+label%3ACherryPickApproved). diff --git a/latest_version b/latest_version index 0f72177..e8262eb 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.30.2 +0.30.3