Update changelog for 0.23.9

This commit is contained in:
LukeHagar
2024-12-18 00:01:23 +00:00
committed by github-actions[bot]
parent 5125837728
commit 388c222d5e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## v0.23.9
- Replaced `strconv.Itoa` with `strconv.FormatInt` to avoid the int64->int conversion overflow on 32-bit platforms ([#6132](https://github.com/pocketbase/pocketbase/discussions/6132)).
## v0.23.8
- Fixed Model->Record and Model->Collection hook events sync for nested and/or inner-hook transactions ([#6122](https://github.com/pocketbase/pocketbase/discussions/6122)).

View File

@@ -1 +1 @@
0.23.0-rc14
0.23.9