From 472c146e7e4f6dcb980f57fd21b22d4ed74f89f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:34:18 +0000 Subject: [PATCH] chore(main): release 2.11.1 (#645) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- supabase_auth/version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a9b8e02a..f58b956e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.0" + ".": "2.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86dc9aba..5c5f2a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [2.11.1](https://github.com/supabase/auth-py/compare/v2.11.0...v2.11.1) (2024-12-30) + + +### Bug Fixes + +* add email_address_invalid error code ([#644](https://github.com/supabase/auth-py/issues/644)) ([4926bd5](https://github.com/supabase/auth-py/commit/4926bd51cb616d7c974f7c6ad34471f2d38c3c88)) +* set timer to be use daemon thread ([#647](https://github.com/supabase/auth-py/issues/647)) ([98de380](https://github.com/supabase/auth-py/commit/98de380bf5b90e594ef6560267d2c14a6001e3da)) + ## [2.11.0](https://github.com/supabase/auth-py/compare/v2.10.0...v2.11.0) (2024-11-22) diff --git a/pyproject.toml b/pyproject.toml index 06c271c7..5bae9b33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.11.0" # {x-release-please-version} +version = "2.11.1" # {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 24e3f898..5c82cde9 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.11.0" # {x-release-please-version} +__version__ = "2.11.1" # {x-release-please-version}