From 68afd4b26c6b21ec03bd47a566fa102e08354a1e Mon Sep 17 00:00:00 2001 From: "supabase-releaser[bot]" <223506987+supabase-releaser[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:42:15 +0000 Subject: [PATCH] chore(master): release 2.192.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0e310cc..857cf0115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.192.0](https://github.com/supabase/auth/compare/v2.191.0...v2.192.0) (2026-06-25) + + +### Features + +* **custom-oauth:** add per-provider custom_claims_allowlist ([#2576](https://github.com/supabase/auth/issues/2576)) ([acecb06](https://github.com/supabase/auth/commit/acecb063b0d089d6329af04171b3bc3903508c3b)) + + +### Bug Fixes + +* **tests:** rely on error codes for hooks tests to work across PG backends ([ee91c5f](https://github.com/supabase/auth/commit/ee91c5fd31ce3fd6721cb40ae1795ba702b8c9b8)) + ## [2.191.0](https://github.com/supabase/auth/compare/v2.190.0...v2.191.0) (2026-06-17)