Update changelog for 0.26.0-rc.1

This commit is contained in:
LukeHagar
2025-03-23 00:01:45 +00:00
committed by github-actions[bot]
parent 2281955e13
commit b63751102e

View File

@@ -1,3 +1,8 @@
## v0.26.2
- Updated `golang-jwt/jwt` dependency because it comes with a [minor security fix](https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp).
## v0.26.1
- Removed the wrapping of `io.EOF` error when reading files since currently `io.ReadAll` doesn't check for wrapped errors ([#6600](https://github.com/pocketbase/pocketbase/issues/6600)).