diff --git a/CHANGELOG.md b/CHANGELOG.md index b82b1dde..63dcb848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,19 @@ +## v2.5.0 (2024-05-28) + +### Feature + +* feat: add schema method to the client (#809) ([`d6a5df9`](https://github.com/supabase-community/supabase-py/commit/d6a5df9d48ee9384071541781084dde422f58f72)) + + ## v2.4.6 (2024-05-22) ### Chore +* chore(release): bump version to v2.4.6 ([`8468c2e`](https://github.com/supabase-community/supabase-py/commit/8468c2e665a3f5f27d456843e71d23f906c4f665)) + * chore(deps-dev): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory (#804) ([`2972d76`](https://github.com/supabase-community/supabase-py/commit/2972d760870f1583ffdfe20e6b7b0f9f52c239eb)) * chore(deps-dev): bump commitizen from 3.25.0 to 3.26.0 (#803) ([`ee0cc80`](https://github.com/supabase-community/supabase-py/commit/ee0cc8063e312b7fe0d282e04692093672133b97)) diff --git a/pyproject.toml b/pyproject.toml index 3d6eee06..77534fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.4.6" +version = "2.5.0" 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-community/supabase-py" diff --git a/supabase/__version__.py b/supabase/__version__.py index c9e914fc..50062f87 100644 --- a/supabase/__version__.py +++ b/supabase/__version__.py @@ -1 +1 @@ -__version__ = "2.4.6" +__version__ = "2.5.0"