From ed80f5064b5b672d42274ad1c89c3f6df524635e Mon Sep 17 00:00:00 2001 From: Mouaad Aallam Date: Sat, 20 Aug 2022 13:12:07 +0200 Subject: [PATCH] chore: prepare release 2.0.0 --- CHANGELOG.md | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd2bca1..68dfef4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/gradle.properties b/gradle.properties index 5587d9a7..043239cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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