Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.10.0"
".": "2.11.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
homepage = "https://github.com/supabase/auth-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase_auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.0" # {x-release-please-version}
__version__ = "2.11.0" # {x-release-please-version}