Skip to content

Commit

Permalink
chore(release): bump version to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 9, 2024
1 parent 130bdb1 commit 1c8cd12
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,47 @@



## v2.4.1 (2024-02-09)

### Chore

* chore(deps-dev): bump cryptography from 41.0.6 to 42.0.0 (#416) ([`f03e518`](https://github.com/supabase-community/auth-py/commit/f03e5182a850607000717944bfb390b181294080))

* chore(deps-dev): bump cryptography from 41.0.6 to 42.0.0

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com> ([`7d91ca2`](https://github.com/supabase-community/auth-py/commit/7d91ca2c612a29ccbcfc16d4ff8b030aa5e72d05))

### Fix

* fix: add AuthOtpResponse (#419) ([`130bdb1`](https://github.com/supabase-community/auth-py/commit/130bdb1ba47f8e18800ee052cb1d1e1538482ed4))

* fix: move changes to _async ([`7810bbd`](https://github.com/supabase-community/auth-py/commit/7810bbd868f202adf2bef1e0a8573973f8b415be))

* fix: add AuthOtpResponse ([`8d64ca4`](https://github.com/supabase-community/auth-py/commit/8d64ca450b37f7063b7fc701ee3156d1677d4fc3))

### Unknown

* formatting ([`97c4713`](https://github.com/supabase-community/auth-py/commit/97c47138215ee04af14478d913300032964f7a8e))

* revert changes to parse_auth_response ([`face521`](https://github.com/supabase-community/auth-py/commit/face52175ce75bcb074680c9a464fbb0ee320ae5))


## v2.4.0 (2024-01-31)

### Chore

* chore(release): bump version to v2.4.0 ([`640d0c1`](https://github.com/supabase-community/auth-py/commit/640d0c1cf37edca0b69a189c2b4b637c09b047d0))

* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#403) ([`0d58002`](https://github.com/supabase-community/auth-py/commit/0d580021af269a2e18e4a7864a88462c37334ecd))

* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3
Expand Down
2 changes: 1 addition & 1 deletion gotrue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "2.4.0"
__version__ = "2.4.1"

from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401
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 = "gotrue"
version = "2.4.0"
version = "2.4.1"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <joel@joellee.org>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down

0 comments on commit 1c8cd12

Please sign in to comment.