Skip to content

Commit cc67e6d

Browse files
chore: update CHANGELOG and bump version to 0.2.0 VA-136 (#43)
1 parent 572f214 commit cc67e6d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ This file was automatically generated by [Python Semantic Release](https://pytho
55
## v0.1.1 (2025-01-29)
66
### ✨ Features
77
- Initial release of aiOla Python SDK
8-
- Speech-to-Text (STT) functionality
8+
- Speech-to-Text (STT) functionality
99
- Text-to-Speech (TTS) functionality
1010
- Microphone streaming support
1111
- Async client support
1212
- Comprehensive error handling
1313
- Type hints and documentation
14+
15+
## v0.2.0 (2025-09-04)
16+
### ✨ Features
17+
- Add VAD config to STT client
18+
- Add keywords to STT client
19+
- Add support for VAD config object

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aiola"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
description = "The official Python SDK for aiOla API - Speech-to-Text and Text-to-Speech"
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)