Skip to content

Commit

Permalink
CSDK-2267 prepare daily-python 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Mar 22, 2024
1 parent 793e1f8 commit e9024ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 48 deletions.
48 changes: 2 additions & 46 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,11 @@ 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).

## [Unreleased]

### Added

<!-- for new functionality -->

- n/a

### Changed

<!-- for changed functionality -->

- n/a

### Deprecated

<!-- for soon-to-be removed functionality -->

- n/a

### Removed

<!-- for removed functionality -->

- n/a
## [0.7.2] - 2024-03-22

### Fixed

<!-- for fixed bugs -->

- n/a

### Performance

<!-- for performance-relevant changes -->

- n/a

### Security

<!-- for security-relevant changes -->

- n/a

### Other

<!-- for everything else -->

- n/a
- Fixed missing milliseconds in client logs timestamps.

## [0.7.1] - 2024-03-08

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.7.1"
version = "0.7.2"
edition = "2021"
license = "BSD 2-Clause License"
resolver = "2"
Expand Down

0 comments on commit e9024ca

Please sign in to comment.