Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 70d7b31

Browse files
chore(main): release 2.8.0 (#585)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 97b4521 commit 70d7b31

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.7.0"
2+
".": "2.8.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## [2.8.0](https://github.com/supabase/auth-py/compare/v2.7.0...v2.8.0) (2024-09-02)
4+
5+
6+
### Features
7+
8+
* add MFA Phone ([#578](https://github.com/supabase/auth-py/issues/578)) ([b2bb7a1](https://github.com/supabase/auth-py/commit/b2bb7a149b42da0460ace211f6a640d9fa9f13b5))
9+
* add reauthenticate method ([#586](https://github.com/supabase/auth-py/issues/586)) ([d54feeb](https://github.com/supabase/auth-py/commit/d54feeb21006bfd5e5e1bdc039fac0aadab24e65))
10+
* add resend method ([#587](https://github.com/supabase/auth-py/issues/587)) ([536ad2c](https://github.com/supabase/auth-py/commit/536ad2c28e1815a8a2f48821081bfca009e198f2))
11+
12+
13+
### Bug Fixes
14+
15+
* update invite user by email option type ([#588](https://github.com/supabase/auth-py/issues/588)) ([2510230](https://github.com/supabase/auth-py/commit/2510230c4eaa45303b269d029cfe9a0ece6e8a4e))
16+
* update password reset method name to match js lib ([#584](https://github.com/supabase/auth-py/issues/584)) ([d47daf1](https://github.com/supabase/auth-py/commit/d47daf1a0208c2df1a8993d37991f283f81f3221))
17+
318
## [2.7.0](https://github.com/supabase/auth-py/compare/v2.6.2...v2.7.0) (2024-08-16)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_auth"
3-
version = "2.7.0" # {x-release-please-version}
3+
version = "2.8.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.0" # {x-release-please-version}
1+
__version__ = "2.8.0" # {x-release-please-version}

0 commit comments

Comments
 (0)