From 789c97c98f6299844341bec7e1da01d1cb5a9b86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 03:57:19 +0000 Subject: [PATCH] chore: release v0.0.22 --- Cargo.toml | 2 +- crates/wavekat-platform-client/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fca9c03..6749490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.21" +version = "0.0.22" 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 3deec79..4f77240 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.22](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.21...v0.0.22) - 2026-07-26 + +### Added + +- *(voice)* add call-flow step traces to call records ([#44](https://github.com/wavekat/wavekat-platform-client/pull/44)) + ## [0.0.21](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.20...v0.0.21) - 2026-07-26 ### Added