We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff98fc commit e7723a8Copy full SHA for e7723a8
CHANGELOG.md
@@ -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
14
# 3.3.1
15
> Published 24 Jun 2023
16
gradle.properties
@@ -5,7 +5,7 @@ kotlin.js.compiler=ir
# Lib
GROUP=com.aallam.openai
-VERSION_NAME=3.4.0-SNAPSHOT
+VERSION_NAME=3.3.2
# OSS
SONATYPE_HOST=DEFAULT
0 commit comments