Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#266)
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 Jan 24, 2025
1 parent 66db32e commit b35bbb6
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.1.0"
".": "2.2.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.2.0](https://github.com/supabase/realtime-py/compare/v2.1.0...v2.2.0) (2025-01-22)


### Features

* add support for `system` event ([#264](https://github.com/supabase/realtime-py/issues/264)) ([0396c7b](https://github.com/supabase/realtime-py/commit/0396c7b759842ce8f029e606ab59b6eb91bc4145))


### Bug Fixes

* send correct payload to channel on reconnect ([#262](https://github.com/supabase/realtime-py/issues/262)) ([66db32e](https://github.com/supabase/realtime-py/commit/66db32e571df505561b97e1ddcedfaca516c648c))

## [2.1.0](https://github.com/supabase/realtime-py/compare/v2.0.6...v2.1.0) (2024-12-30)


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.1.0" # {x-release-please-version}
version = "2.2.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.1.0" # {x-release-please-version}
__version__ = "2.2.0" # {x-release-please-version}

0 comments on commit b35bbb6

Please sign in to comment.