File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.11.4 "
2
+ "." : " 2.12.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 2.12.0] ( https://github.com/supabase/auth-py/compare/v2.11.4...v2.12.0 ) (2025-03-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * add ` get_claims ` method ([ #681 ] ( https://github.com/supabase/auth-py/issues/681 ) ) ([ f5c9926] ( https://github.com/supabase/auth-py/commit/f5c992608452b264d2b90277e384bd65fee98ee7 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * enroll mfa totp ([ #693 ] ( https://github.com/supabase/auth-py/issues/693 ) ) ([ ca9fcf3] ( https://github.com/supabase/auth-py/commit/ca9fcf3a1a0fbf99987e7e032a0eae542e4fd659 ) )
14
+
3
15
## [ 2.11.4] ( https://github.com/supabase/auth-py/compare/v2.11.3...v2.11.4 ) (2025-02-18)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " supabase_auth"
3
- version = " 2.11.4 " # {x-release-please-version}
3
+ version = " 2.12.0 " # {x-release-please-version}
4
4
description = " Python Client Library for Supabase Auth"
5
5
authors = [" Joel Lee <joel@joellee.org>" ]
6
6
homepage = " https://github.com/supabase/auth-py"
Original file line number Diff line number Diff line change 1
- __version__ = "2.11.4 " # {x-release-please-version}
1
+ __version__ = "2.12.0 " # {x-release-please-version}
You can’t perform that action at this time.
0 commit comments