Skip to content

Commit e68cb4b

Browse files
committed
CSDK-2087 prepare for daily-python 0.6.1
1 parent d474553 commit e68cb4b

File tree

3 files changed

+3
-45
lines changed

3 files changed

+3
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,13 @@ 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]
9-
10-
### Added
11-
12-
<!-- for new functionality -->
13-
14-
- n/a
15-
16-
### Changed
17-
18-
<!-- for changed functionality -->
19-
20-
- n/a
21-
22-
### Deprecated
23-
24-
<!-- for soon-to-be removed functionality -->
25-
26-
- n/a
27-
28-
### Removed
29-
30-
<!-- for removed functionality -->
31-
32-
- n/a
8+
## [0.6.1] - 2024-01-22
339

3410
### Fixed
3511

3612
- Disable Opus DTX (discontinuous transmission). This improves audio quality and
3713
fixes issues on recordings.
3814

39-
### Performance
40-
41-
<!-- for performance-relevant changes -->
42-
43-
- n/a
44-
45-
### Security
46-
47-
<!-- for security-relevant changes -->
48-
49-
- n/a
50-
51-
### Other
52-
53-
<!-- for everything else -->
54-
55-
- n/a
56-
5715
## [0.6.0] - 2024-01-18
5816

5917
### Added

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.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
license = "LicenseRef-Daily-co-Proprietary"
66
resolver = "2"

0 commit comments

Comments
 (0)