Skip to content

Commit

Permalink
chore: prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Aug 20, 2022
1 parent 4ca07cf commit ed80f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 2.0.0-beta02
> Published 15 Jul 2022
# 2.0.0
> Published 20 Aug 2022
### Added
* [Models](https://beta.openai.com/docs/api-reference/models) implementation
Expand All @@ -8,6 +8,7 @@

### Changed
* Update Kotlin to `1.7.10`
* Update Kotlin serialization to `1.4.0`
* Update `Completions`, `Edits` and `Embeddings` to use `Models`

### Removed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.js.compiler=ir

# Lib
GROUP=com.aallam.openai
VERSION_NAME=2.0.0-beta02
VERSION_NAME=2.0.0

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit ed80f50

Please sign in to comment.