Skip to content

Commit

Permalink
chore(main): release 2.9.0 (#602)
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] committed Sep 28, 2024
1 parent fa1c7db commit d18d440
Show file tree
Hide file tree
Showing 4 changed files with 15 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.8.1"
".": "2.9.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## [2.9.0](https://github.com/supabase/auth-py/compare/v2.8.1...v2.9.0) (2024-09-28)


### Features

* Proxy support ([#600](https://github.com/supabase/auth-py/issues/600)) ([574d615](https://github.com/supabase/auth-py/commit/574d615d6c0b93e455cfcb16560f409c021471f1))


### Bug Fixes

* **deps:** bump pydantic from 2.9.0 to 2.9.2 ([#598](https://github.com/supabase/auth-py/issues/598)) ([c865a98](https://github.com/supabase/auth-py/commit/c865a98cf10248433dff23c3f6a67fc3683766b0))

## [2.8.1](https://github.com/supabase/auth-py/compare/v2.8.0...v2.8.1) (2024-09-08)


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.8.1" # {x-release-please-version}
version = "2.9.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.8.1" # {x-release-please-version}
__version__ = "2.9.0" # {x-release-please-version}

0 comments on commit d18d440

Please sign in to comment.