diff --git a/Cargo.toml b/Cargo.toml index 6749490..3f989a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.22" +version = "0.0.23" edition = "2021" license = "Apache-2.0" rust-version = "1.75" diff --git a/crates/wavekat-platform-client/CHANGELOG.md b/crates/wavekat-platform-client/CHANGELOG.md index 4f77240..35b1ecb 100644 --- a/crates/wavekat-platform-client/CHANGELOG.md +++ b/crates/wavekat-platform-client/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.23](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.22...v0.0.23) - 2026-07-31 + +### Added + +- *(voice)* add deleted_at to VoiceCallRecord ([#46](https://github.com/wavekat/wavekat-platform-client/pull/46)) + ## [0.0.22](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.21...v0.0.22) - 2026-07-26 ### Added