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"}