From dac16f417094b8cb70cf3e8cf13485b38c4956ff Mon Sep 17 00:00:00 2001 From: Mouaad Aallam Date: Fri, 15 Jul 2022 18:12:36 +0200 Subject: [PATCH] chore: prepare release 2.0.0-beta02 --- CHANGELOG.md | 10 ++++++---- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d35bb64..8cd2bca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ -# 2.0.0-beta01 -> Published 08 Jul 2022 +# 2.0.0-beta02 +> Published 15 Jul 2022 ### Added * [Models](https://beta.openai.com/docs/api-reference/models) implementation +* [Moderations](https://beta.openai.com/docs/api-reference/moderations) implementation +* [Fine-Tunes](https://beta.openai.com/docs/api-reference/fine-tunes) implementation ### Changed * Update Kotlin to `1.7.10` -* Update Completions, Edits and Embeddings to use Models +* Update `Completions`, `Edits` and `Embeddings` to use `Models` ### Removed -* Engines, Answers, Search and Classification +* `Engines`, `Answers`, `Search` and `Classification` # 1.2.0 > Published 11 Jun 2022 diff --git a/README.md b/README.md index 5da98d1f..bd5a73cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenAI Kotlin API Client +# OpenAI API client for Kotlin [![Maven Central](https://img.shields.io/maven-central/v/com.aallam.openai/openai-client?color=blue&label=Download)](https://search.maven.org/artifact/com.aallam.openai/openai-client) [![License](https://img.shields.io/github/license/Aallam/openai-kotlin?color=yellow)](LICENSE.md) diff --git a/gradle.properties b/gradle.properties index ead17bcf..5587d9a7 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-beta01 +VERSION_NAME=2.0.0-beta02 # OSS SONATYPE_HOST=DEFAULT