From d18d4405cc9c0951eae1d119efb6de0b2737fd46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:50:12 +0000 Subject: [PATCH] chore(main): release 2.9.0 (#602) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- supabase_auth/version.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10d53e3a..a3906fc0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.1" + ".": "2.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b156fa..7952d213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 0a076842..01801ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] homepage = "https://github.com/supabase/auth-py" diff --git a/supabase_auth/version.py b/supabase_auth/version.py index ee0e8703..9bc5bda1 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.8.1" # {x-release-please-version} +__version__ = "2.9.0" # {x-release-please-version}