diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86e26a2d..6ed9c801 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.2" + ".": "2.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d30a4d3..12860cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.7.0](https://github.com/supabase/auth-py/compare/v2.6.2...v2.7.0) (2024-08-16) + + +### Features + +* add error codes ([#556](https://github.com/supabase/auth-py/issues/556)) ([05dfb8a](https://github.com/supabase/auth-py/commit/05dfb8aadeb3a3321fbcc01c0e3fe8ce49f3cccd)) + ## v2.6.2 (2024-08-09) ### Chore diff --git a/pyproject.toml b/pyproject.toml index fb5c3506..24bfdc0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.6.2" # {x-release-please-version} +version = "2.7.0" # {x-release-please-version} description = "Python Client Library for Supabase Auth" authors = ["Joel Lee "] homepage = "https://github.com/supabase/auth-py" diff --git a/supabase_auth/version.py b/supabase_auth/version.py index 6a7eb6c6..4f4ea4a4 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.6.2" # {x-release-please-version} +__version__ = "2.7.0" # {x-release-please-version}