Skip to content

Commit 1f354bc

Browse files
committed
daily-python: prepare for 0.19.1
1 parent 5aba6bc commit 1f354bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ All notable changes to the **daily-python** SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.19.1] - 2025-05-28
99

1010
### Fixed
1111

1212
- Fixed an audio renderer issue that would cause garbled audio if remote audio
1313
was stereo.
1414

15+
- Handle meeting session ID changes which occur once the session has started.
16+
1517
## [0.19.0] - 2025-05-23
1618

1719
### Added
@@ -61,8 +63,6 @@ client.join("YOUR_DAILY_ROOM", client_settings={
6163
- Fixed an issue that would cause a blocking virtual microphone to not send any
6264
audio in some cases.
6365

64-
- Handle meeting session ID changes which occur once the session has started
65-
6666
## [0.18.2] - 2025-05-07
6767

6868
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "daily-python"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2021"
55
license = "BSD 2-Clause License"
66
resolver = "2"

0 commit comments

Comments
 (0)