From 7a377071e80917ef429cf81c2209edee71657028 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:03:46 +0000 Subject: [PATCH] chore(main): release 2.11.2 (#663) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- supabase_auth/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f58b956e..d6b6c610 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.1" + ".": "2.11.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5f2a45..745e1ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.11.2](https://github.com/supabase/auth-py/compare/v2.11.1...v2.11.2) (2025-01-24) + + +### Bug Fixes + +* use query params for all httpx requests ([#662](https://github.com/supabase/auth-py/issues/662)) ([a7a9cea](https://github.com/supabase/auth-py/commit/a7a9cea1ceab302aabd07610244a54ce84221006)) + ## [2.11.1](https://github.com/supabase/auth-py/compare/v2.11.0...v2.11.1) (2024-12-30) diff --git a/pyproject.toml b/pyproject.toml index 750b036b..aedbb307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.11.1" # {x-release-please-version} +version = "2.11.2" # {x-release-please-version} description = "Python Client Library for Supabase Auth" authors = ["Joel Lee "] homepage = "https://github.com/supabase/auth-py" diff --git a/supabase_auth/version.py b/supabase_auth/version.py index 5c82cde9..90996975 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.11.1" # {x-release-please-version} +__version__ = "2.11.2" # {x-release-please-version}