diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a0e47..7c72041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## v0.26.6 + +- Allow OIDC `email_verified` to be int or boolean string since some OIDC providers like AWS Cognito has non-standard userinfo response ([#6657](https://github.com/pocketbase/pocketbase/pull/6657)). + +- Updated `modernc.org/sqlite` to 1.36.3. + + ## v0.26.5 -- Fixed S3 canonical parts escaping when generating the SigV4 request signature ([#6654](https://github.com/pocketbase/pocketbase/issues/6654)). +- Fixed canonical URI parts escaping when generating the S3 request signature ([#6654](https://github.com/pocketbase/pocketbase/issues/6654)). ## v0.26.4 diff --git a/latest_version b/latest_version index 5564d9a..7f6839c 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.26.5 +0.26.0-rc.1