diff --git a/CHANGELOG.md b/CHANGELOG.md index a665ad8..3be8ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to the **daily-python** SDK will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.1] - 2024-06-24 + +### Fixed + +- Fixed an issue that would cause speaker/microphone completion callbacks to not + be called if no other participant was in the call. + ## [0.10.0] - 2024-06-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index c83c82c..d6ef9b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "daily-python" -version = "0.10.0" +version = "0.10.1" dependencies = [ "daily-core", "futures", diff --git a/Cargo.toml b/Cargo.toml index 16192a1..464d9e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daily-python" -version = "0.10.0" +version = "0.10.1" edition = "2021" license = "BSD 2-Clause License" resolver = "2"