Skip to content

Commit

Permalink
chore(release): bump version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 10, 2023
1 parent 2554b66 commit 9ec606c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@



## v2.2.1 (2023-12-10)

### Fix

* fix: upgrade gotrue and realtime dependencies (#637) ([`2554b66`](https://github.com/supabase-community/supabase-py/commit/2554b66b514bfc85c4c283430d95327cc9e8c4ab))

* fix: upgrade gotrue and realtime dependencies ([`4eb6dfe`](https://github.com/supabase-community/supabase-py/commit/4eb6dfe896e28d4801e1560cbf43348b1da74ee2))


## v2.2.0 (2023-12-01)

### Chore

* chore(release): bump version to v2.2.0 ([`88954c2`](https://github.com/supabase-community/supabase-py/commit/88954c26c7e89838476f22428cf4a798eca96e09))

### Feature

* feat: add create method to handle token headers (#630) ([`fd612a0`](https://github.com/supabase-community/supabase-py/commit/fd612a00c8e8e8f9efdf700161358b09ed15a793))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supabase"
version = "2.2.0"
version = "2.2.1"
description = "Supabase client for Python."
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand", "Andrew Smith <[email protected]>"]
homepage = "https://github.com/supabase-community/supabase-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.0"
__version__ = "2.2.1"

0 comments on commit 9ec606c

Please sign in to comment.