Skip to content

Commit

Permalink
chore(master): release 2.0.1 (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 17, 2024
1 parent c56d83e commit 9467a39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [2.0.1](https://github.com/supabase/realtime-py/compare/v2.0.0...v2.0.1) (2024-08-17)


### Bug Fixes

* remove ensure connect on set_auth ([#189](https://github.com/supabase/realtime-py/issues/189)) ([31c01ed](https://github.com/supabase/realtime-py/commit/31c01eda8bed92f7ce4089877dd9ab4bf1c28fcf))

## [2.0.0](https://github.com/supabase/realtime-py/compare/v1.0.6...v2.0.0) (2024-08-16)


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 = "realtime"
version = "2.0.0" # {x-release-please-version}
version = "2.0.1" # {x-release-please-version}
description = ""
authors = [
"Joel Lee <joel@joellee.org>",
Expand Down
2 changes: 1 addition & 1 deletion realtime/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0" # {x-release-please-version}
__version__ = "2.0.1" # {x-release-please-version}

0 comments on commit 9467a39

Please sign in to comment.