From 2813e5da7f59ca1db17b57a0e2b37498ed0acf24 Mon Sep 17 00:00:00 2001 From: stavelmashally Date: Thu, 4 Sep 2025 14:59:25 +0300 Subject: [PATCH] chore: update CHANGELOG and bump version to 0.2.0 --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1476501..12f21b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ This file was automatically generated by [Python Semantic Release](https://pytho ## v0.1.1 (2025-01-29) ### ✨ Features - Initial release of aiOla Python SDK -- Speech-to-Text (STT) functionality +- Speech-to-Text (STT) functionality - Text-to-Speech (TTS) functionality - Microphone streaming support - Async client support - Comprehensive error handling - Type hints and documentation + +## v0.2.0 (2025-09-04) +### ✨ Features +- Add VAD config to STT client +- Add keywords to STT client +- Add support for VAD config object diff --git a/pyproject.toml b/pyproject.toml index fad1f7e..c185f3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiola" -version = "0.1.5" +version = "0.2.0" description = "The official Python SDK for aiOla API - Speech-to-Text and Text-to-Speech" readme = "README.md" license = {file = "LICENSE"}