diff --git a/CHANGELOG.md b/CHANGELOG.md index 739534d..46d2199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.23.3 + +- Fixed Gzip middleware not applying when serving static files. + +- Fixed `Record.Fresh()`/`Record.Clone()` methods not properly cloning `autodate` fields ([#5973](https://github.com/pocketbase/pocketbase/discussions/5973)). + + ## v0.23.2 - Fixed `RecordQuery()` custom struct scanning ([#5958](https://github.com/pocketbase/pocketbase/discussions/5958)). diff --git a/latest_version b/latest_version index 51cdb9e..9e40e75 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.23.0-rc14 +0.23.3