From 771fb748472798b9a6502a93df19a9d1f77198b4 Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Sun, 25 May 2025 00:01:40 +0000 Subject: [PATCH] Update changelog for 0.28.2 --- CHANGELOG.md | 9 +++++++++ latest_version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0210bf5..105ac4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.28.2 + +- Loaded latin-ext charset for the default text fonts ([#6869](https://github.com/pocketbase/pocketbase/issues/6869)). + +- Updated view query CAST regex to properly recognize multiline expressions ([#6860](https://github.com/pocketbase/pocketbase/pull/6860); thanks @azat-ismagilov). + +- Updated Go and npm dependencies. + + ## v0.28.1 - Fixed `json_each`/`json_array_length` normalizations to properly check for array values ([#6835](https://github.com/pocketbase/pocketbase/issues/6835)). diff --git a/latest_version b/latest_version index 48f7a71..a37255a 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.28.1 +0.28.2