Skip to content

Commit

Permalink
chore(main): release 2.4.0 (#277)
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 Feb 19, 2025
1 parent 09c6269 commit 94e9448
Show file tree
Hide file tree
Showing 4 changed files with 15 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.3.0"
".": "2.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@



## [2.4.0](https://github.com/supabase/realtime-py/compare/v2.3.0...v2.4.0) (2025-02-19)


### Features

* remove the need of calling listen method ([#274](https://github.com/supabase/realtime-py/issues/274)) ([0a96f70](https://github.com/supabase/realtime-py/commit/0a96f709db5f2c6dc04b246bc637368b0df11674))


### Bug Fixes

* Set default heartbeat interval to 25s ([#276](https://github.com/supabase/realtime-py/issues/276)) ([09c6269](https://github.com/supabase/realtime-py/commit/09c6269f7bab8654865a942244951cedccd78bbb))

## [2.3.0](https://github.com/supabase/realtime-py/compare/v2.2.0...v2.3.0) (2025-01-29)


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.3.0" # {x-release-please-version}
version = "2.4.0" # {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.3.0" # {x-release-please-version}
__version__ = "2.4.0" # {x-release-please-version}

0 comments on commit 94e9448

Please sign in to comment.