Skip to content

Commit

Permalink
chore(main): release 2.0.4 (#209)
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 Sep 26, 2024
1 parent de77c12 commit 9f53571
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.3"
".": "2.0.4"
}
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.4](https://github.com/supabase/realtime-py/compare/v2.0.3...v2.0.4) (2024-09-26)


### Bug Fixes

* add missing arg on on_join_push_timeout ([#208](https://github.com/supabase/realtime-py/issues/208)) ([de77c12](https://github.com/supabase/realtime-py/commit/de77c12f196bfdaac34b7ac58354e3e09525b721))

## [2.0.3](https://github.com/supabase/realtime-py/compare/v2.0.2...v2.0.3) (2024-09-26)


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.3" # {x-release-please-version}
version = "2.0.4" # {x-release-please-version}
description = ""
authors = [
"Joel Lee <[email protected]>",
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.3" # {x-release-please-version}
__version__ = "2.0.4" # {x-release-please-version}

0 comments on commit 9f53571

Please sign in to comment.