From 50a7113f969167ecb5dcce1a874fdc5194877296 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 20:11:31 +0000 Subject: [PATCH] chore(main): release 2.8.1 --- .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 7a564723..10d53e3a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.0" + ".": "2.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index be6cbd39..f2b156fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.8.1](https://github.com/supabase/auth-py/compare/v2.8.0...v2.8.1) (2024-09-08) + + +### Bug Fixes + +* **deps-dev:** bump cryptography from 43.0.0 to 43.0.1 ([#592](https://github.com/supabase/auth-py/issues/592)) ([79829d3](https://github.com/supabase/auth-py/commit/79829d3332c7d71c11dbc3adcdb8a89626144c4d)) + ## [2.8.0](https://github.com/supabase/auth-py/compare/v2.7.0...v2.8.0) (2024-09-02) diff --git a/pyproject.toml b/pyproject.toml index a51ed972..2c345f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.8.0" # {x-release-please-version} +version = "2.8.1" # {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 00b37667..ee0e8703 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.8.0" # {x-release-please-version} +__version__ = "2.8.1" # {x-release-please-version}