diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..5d02000 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3272e36..78dc4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.6.1](https://github.com/supabase/functions-py/compare/v0.6.0...v0.6.1) (2024-10-02) + + +### Bug Fixes + +* httpx minimum version update ([#150](https://github.com/supabase/functions-py/issues/150)) ([e784961](https://github.com/supabase/functions-py/commit/e7849619532c65f8d02908bc09b4abc60315b213)) + ## [0.6.0](https://github.com/supabase/functions-py/compare/v0.5.1...v0.6.0) (2024-09-25) diff --git a/pyproject.toml b/pyproject.toml index fa21bdc..276ecd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_functions" -version = "0.6.0" # {x-release-please-version} +version = "0.6.1" # {x-release-please-version} description = "Library for Supabase Functions" authors = [ "Joel Lee ", diff --git a/supabase_functions/version.py b/supabase_functions/version.py index e401027..6a3e425 100644 --- a/supabase_functions/version.py +++ b/supabase_functions/version.py @@ -1 +1 @@ -__version__ = "0.6.0" # {x-release-please-version} +__version__ = "0.6.1" # {x-release-please-version}