Skip to content

Commit e7723a8

Browse files
committed
chore: prepare release 3.3.2
1 parent 9ff98fc commit e7723a8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 3.3.2
2+
> Published 21 Jul 2023
3+
4+
### Fix
5+
- **Audio**: `Segment#transient` property nullable (thanks @charlee-dev)
6+
7+
### Dependencies
8+
- Kotlin to `1.9.0`
9+
- Kotlin coroutines to `1.7.2`
10+
- Kotlin serialization to `1.5.1`
11+
- ktor to `2.3.2`
12+
- okio to `3.4.0`
13+
114
# 3.3.1
215
> Published 24 Jun 2023
316

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.js.compiler=ir
55

66
# Lib
77
GROUP=com.aallam.openai
8-
VERSION_NAME=3.4.0-SNAPSHOT
8+
VERSION_NAME=3.3.2
99

1010
# OSS
1111
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)