From 58bc9f7177f79fc76ed38cdbf48672f695eb10ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:51:30 +0000 Subject: [PATCH] chore(main): release 2.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- supabase/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 880c4403..7a564723 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.4" + ".": "2.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbf6410..fa482b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.8.0](https://github.com/supabase/supabase-py/compare/v2.7.4...v2.8.0) (2024-09-12) + + +### Features + +* **auth:** bump gotrue from 2.7.0 to 2.8.0 ([#916](https://github.com/supabase/supabase-py/issues/916)) ([ae97452](https://github.com/supabase/supabase-py/commit/ae9745247b271b3d2e9ef5ab28da04a68ffdc9bc)) + ## [2.7.4](https://github.com/supabase/supabase-py/compare/v2.7.3...v2.7.4) (2024-08-29) diff --git a/pyproject.toml b/pyproject.toml index 93694fcd..6fce41d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.7.4" # {x-release-please-version} +version = "2.8.0" # {x-release-please-version} description = "Supabase client for Python." authors = ["Joel Lee ", "Leon Fedden ", "Daniel Reinón García ", "Leynier Gutiérrez González ", "Anand", "Andrew Smith "] homepage = "https://github.com/supabase/supabase-py" diff --git a/supabase/version.py b/supabase/version.py index 978178e6..00b37667 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.7.4" # {x-release-please-version} +__version__ = "2.8.0" # {x-release-please-version}