diff --git a/CHANGELOG.md b/CHANGELOG.md index a7713d7b..771445b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,19 @@ +## v2.3.7 (2024-02-26) + +### Fix + +* fix: Update rpc return type (#702) ([`4130d20`](https://github.com/supabase-community/supabase-py/commit/4130d20139b8b9f29da0503a0268d4903750e326)) + + ## v2.3.6 (2024-02-22) ### Chore +* chore(release): bump version to v2.3.6 ([`9357140`](https://github.com/supabase-community/supabase-py/commit/93571406054e8290fa3252892c57741744ba96f8)) + * chore(deps-dev): bump commitizen from 3.13.0 to 3.15.0 (#694) Signed-off-by: dependabot[bot] <support@github.com> diff --git a/pyproject.toml b/pyproject.toml index f248df11..585a1614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.3.6" +version = "2.3.7" 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 249e7c76..a0b06b86 100644 --- a/supabase/__version__.py +++ b/supabase/__version__.py @@ -1 +1 @@ -__version__ = "2.3.6" +__version__ = "2.3.7"