Skip to content

Commit 01487b1

Browse files
chore(main): release 2.12.0 (#692)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00c0af7 commit 01487b1

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.4"
2+
".": "2.12.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

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+
315
## [2.11.4](https://github.com/supabase/auth-py/compare/v2.11.3...v2.11.4) (2025-02-18)
416

517

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_auth"
3-
version = "2.11.4" # {x-release-please-version}
3+
version = "2.12.0" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase/auth-py"

supabase_auth/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.4" # {x-release-please-version}
1+
__version__ = "2.12.0" # {x-release-please-version}

0 commit comments

Comments
 (0)