From ede6fe8a5119813342609b5fa16ad02e5f104091 Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Sun, 19 Jan 2025 00:01:39 +0000 Subject: [PATCH] Update changelog for 0.23.0-rc14 --- CHANGELOG.md | 7 +++++++ latest_version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a13d4d..702bd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.24.4 + +- Fixed fields extraction for view query with nested comments ([#6309](https://github.com/pocketbase/pocketbase/discussions/6309)). + +- Bumped GitHub action min Go version to 1.23.5 as it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.23.5). + + ## v0.24.3 - Fixed incorrectly reported unique validator error for fields starting with name of another field ([#6281](https://github.com/pocketbase/pocketbase/pull/6281); thanks @svobol13). diff --git a/latest_version b/latest_version index 6308234..51cdb9e 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.24.3 +0.23.0-rc14