Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.3"
".": "0.2.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.4](https://github.com/band-ai/phoenix-channels-python-client/compare/phoenix-channels-python-client-v0.2.3...phoenix-channels-python-client-v0.2.4) (2026-08-30)


### Features

* add on_heartbeat_ack callback and close_connection method ([#54](https://github.com/band-ai/phoenix-channels-python-client/issues/54)) ([21226c1](https://github.com/band-ai/phoenix-channels-python-client/commit/21226c18c5ee2b369ad8d0618fdaca66531507cc))

## [0.2.3](https://github.com/band-ai/phoenix-channels-python-client/compare/phoenix-channels-python-client-v0.2.2...phoenix-channels-python-client-v0.2.3) (2026-07-23)


Expand Down
2 changes: 1 addition & 1 deletion phoenix_channels_python_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from phoenix_channels_python_client.utils import setup_logging

__version__ = "0.2.3"
__version__ = "0.2.4"
__author__ = "Phoenix Channels Python Client"

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "phoenix-channels-python-client"
version = "0.2.3"
version = "0.2.4"
description = "A Python client library for connecting to Phoenix Channels"
readme = "README.md"
license = "MIT"
Expand Down
Loading