diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f393718c..a9b8e02a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.10.0" + ".": "2.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2288cd97..86dc9aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.11.0](https://github.com/supabase/auth-py/compare/v2.10.0...v2.11.0) (2024-11-22) + + +### Features + +* Check if token is a JWT ([#623](https://github.com/supabase/auth-py/issues/623)) ([f435736](https://github.com/supabase/auth-py/commit/f435736de16dfa68543e76861c2742ca46c05cf6)) + ## [2.10.0](https://github.com/supabase/auth-py/compare/v2.9.3...v2.10.0) (2024-11-03) diff --git a/pyproject.toml b/pyproject.toml index 1dc6d632..37e46d37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.10.0" # {x-release-please-version} +version = "2.11.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 1ffab815..24e3f898 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.10.0" # {x-release-please-version} +__version__ = "2.11.0" # {x-release-please-version}