diff --git a/CHANGELOG.md b/CHANGELOG.md index 6166b9d..281d701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.25.7 + +- Fixed `@request.body.jsonObjOrArr.*` values extraction ([#6493](https://github.com/pocketbase/pocketbase/discussions/6493)). + + +## v0.25.6 + +- Restore the missing `meta.isNew` field of the OAuth2 success response ([#6490](https://github.com/pocketbase/pocketbase/issues/6490)). + +- Updated npm dependencies. + + ## v0.25.5 - Set the current working directory as a default goja script path when executing inline JS strings to allow `require(m)` traversing parent `node_modules` directories. diff --git a/latest_version b/latest_version index 51cdb9e..e69de29 100644 --- a/latest_version +++ b/latest_version @@ -1 +0,0 @@ -0.23.0-rc14