From 44891859cb3e83e201a3eb6e4d05bab6f817a021 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:25:31 +0000 Subject: [PATCH] chore: release v0.0.19 --- 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 cf9230a..bc70e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.18" +version = "0.0.19" 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 041c9e8..8461e03 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.19](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.18...v0.0.19) - 2026-07-13 + +### Added + +- *(voice)* published call-flows pull endpoint (doc 48) ([#37](https://github.com/wavekat/wavekat-platform-client/pull/37)) + ## [0.0.18](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.17...v0.0.18) - 2026-07-03 ### Added