Skip to content

Commit

Permalink
chore(main): release 2.11.1 (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 30, 2024
1 parent 74978c5 commit 472c146
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
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.11.0"
".": "2.11.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.11.0" # {x-release-please-version}
version = "2.11.1" # {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.11.0" # {x-release-please-version}
__version__ = "2.11.1" # {x-release-please-version}

0 comments on commit 472c146

Please sign in to comment.