diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c12060..0210bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.28.1 + +- Fixed `json_each`/`json_array_length` normalizations to properly check for array values ([#6835](https://github.com/pocketbase/pocketbase/issues/6835)). + + ## v0.28.0 - Write the default response body of `*Request` hooks that are wrapped in a transaction after the related transaction completes to allow propagating the transaction error ([#6462](https://github.com/pocketbase/pocketbase/discussions/6462#discussioncomment-12207818)). diff --git a/latest_version b/latest_version index 7f6839c..48f7a71 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.26.0-rc.1 +0.28.1