diff --git a/CHANGELOG.md b/CHANGELOG.md index 3551e59..62739be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v0.5.2 - 2025-11-13 + +### Added + +- resemble.ai TTS support by @ArghaSarker (#148) +- gemini API TTS and STT support by @SanTech0927 (#154) + +### joinly-client (v0.1.18) + +- sanitize tool schema for OpenAI compatibility (#151, #153) + ## v0.5.1 - 2025-09-23 ### Improvements diff --git a/pyproject.toml b/pyproject.toml index 69a1040..6e144ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "joinly" -version = "0.5.1" +version = "0.5.2" description = "Make your meetings accessible to AI Agents" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 6ee31a1..5faf220 100644 --- a/uv.lock +++ b/uv.lock @@ -1027,7 +1027,7 @@ wheels = [ [[package]] name = "joinly" -version = "0.5.1" +version = "0.5.2" source = { editable = "." } dependencies = [ { name = "aiohttp" },