diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a9b8e02a..7a48e52a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.0" + ".": "2.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39bfb408..c49106d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## [2.12.0](https://github.com/supabase/supabase-py/compare/v2.11.0...v2.12.0) (2025-01-24) + + +### Features + +* **realtime:** bump realtime from 2.1.0 to 2.2.0 ([#1037](https://github.com/supabase/supabase-py/issues/1037)) ([0e5eed6](https://github.com/supabase/supabase-py/commit/0e5eed6f47096e21f8f1e0b94bcae121e21afdc0)) + + +### Bug Fixes + +* **auth:** bump gotrue from 2.11.1 to 2.11.2 ([#1036](https://github.com/supabase/supabase-py/issues/1036)) ([f7c87b9](https://github.com/supabase/supabase-py/commit/f7c87b90108d3d448718ea1f8c92de2492735253)) +* **functions:** bump supafunc from 0.9.0 to 0.9.2 ([#1029](https://github.com/supabase/supabase-py/issues/1029)) ([f53f7ff](https://github.com/supabase/supabase-py/commit/f53f7ff58cb75b7b9aa5172eb6319b01f1f40407)) +* **postgrest:** bump postgrest from 0.19.1 to 0.19.3 ([#1040](https://github.com/supabase/supabase-py/issues/1040)) ([c117a57](https://github.com/supabase/supabase-py/commit/c117a57a3f06d31499c194fa17cd48e87a5ea234)) +* **storage:** bump storage3 from 0.11.0 to 0.11.1 ([#1035](https://github.com/supabase/supabase-py/issues/1035)) ([17942a2](https://github.com/supabase/supabase-py/commit/17942a2a6a6537d0ed36c06ffd62d224f094b39a)) + ## [2.11.0](https://github.com/supabase/supabase-py/compare/v2.10.0...v2.11.0) (2024-12-30) diff --git a/pyproject.toml b/pyproject.toml index 4b686324..907946d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.11.0" # {x-release-please-version} +version = "2.12.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 24e3f898..4f7fb262 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.11.0" # {x-release-please-version} +__version__ = "2.12.0" # {x-release-please-version}