Skip to content

Commit

Permalink
chore: prepare release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 21, 2023
1 parent 9ff98fc commit e7723a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 3.3.2
> Published 21 Jul 2023
### Fix
- **Audio**: `Segment#transient` property nullable (thanks @charlee-dev)

### Dependencies
- Kotlin to `1.9.0`
- Kotlin coroutines to `1.7.2`
- Kotlin serialization to `1.5.1`
- ktor to `2.3.2`
- okio to `3.4.0`

# 3.3.1
> Published 24 Jun 2023
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7723a8

Please sign in to comment.