Skip to content

Commit

Permalink
update CHANGELOG for 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Jun 25, 2024
1 parent 437ade2 commit 54259fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 54259fc

Please sign in to comment.