diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84541506..8ed276c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.15.1" + ".": "2.15.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4091acfc..6ea5ba62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [2.15.2](https://github.com/supabase/supabase-py/compare/v2.15.1...v2.15.2) (2025-05-23) + + +### Bug Fixes + +* mutable reference headers [#1095](https://github.com/supabase/supabase-py/issues/1095) ([#1096](https://github.com/supabase/supabase-py/issues/1096)) ([50d79c1](https://github.com/supabase/supabase-py/commit/50d79c18f63f7d61e11e6f0f0b81584f0cdc8cf0)) +* **postgrest:** bump postgrest from 1.0.1 to 1.0.2 ([#1125](https://github.com/supabase/supabase-py/issues/1125)) ([812a04d](https://github.com/supabase/supabase-py/commit/812a04d3f657f6bcd539efb44c6fe45ab54575c9)) + ## [2.15.1](https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1) (2025-04-28) diff --git a/pyproject.toml b/pyproject.toml index 52fe80f4..c3c67991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.15.1" # {x-release-please-version} +version = "2.15.2" # {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 0067bc1f..9f67e602 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.15.1" # {x-release-please-version} +__version__ = "2.15.2" # {x-release-please-version}