Skip to content

Commit 6ca48a8

Browse files
chore(main): release 2.8.0
1 parent d54feeb commit 6ca48a8

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
316
## [2.7.0](https://github.com/supabase/auth-py/compare/v2.6.2...v2.7.0) (2024-08-16)
417

518

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)