diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55730a1..a73f074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.10.1](https://github.com/supabase/functions-py/compare/v0.10.0...v0.10.1) (2025-06-20) + + +### Bug Fixes + +* remove jwt key validation to allow new api keys ([#212](https://github.com/supabase/functions-py/issues/212)) ([5b852e4](https://github.com/supabase/functions-py/commit/5b852e4b92f232c9b6c91e802d2f1cdbb0ab72e2)) + ## [0.10.0](https://github.com/supabase/functions-py/compare/v0.9.4...v0.10.0) (2025-06-19) diff --git a/pyproject.toml b/pyproject.toml index 74cf5e7..8a6f990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_functions" -version = "0.10.0" # {x-release-please-version} +version = "0.10.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 bdb9c94..645cf3a 100644 --- a/supabase_functions/version.py +++ b/supabase_functions/version.py @@ -1 +1 @@ -__version__ = "0.10.0" # {x-release-please-version} +__version__ = "0.10.1" # {x-release-please-version}