From 0f8ae286c2b1af105d919c7110db4b8b28990306 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:22:56 +0000 Subject: [PATCH] chore: release v0.0.16 --- 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 2edfd6c..00b9ea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.15" +version = "0.0.16" 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 ed7fc2b..dd3fd33 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.16](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.15...v0.0.16) - 2026-06-26 + +### Added + +- *(voice)* add per-channel default-mute to share ([#31](https://github.com/wavekat/wavekat-platform-client/pull/31)) + ## [0.0.15](https://github.com/wavekat/wavekat-platform-client/compare/v0.0.14...v0.0.15) - 2026-06-24 ### Added