Skip to content

Commit

Permalink
chore: prepare release 2.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 15, 2022
1 parent 3a1383d commit dac16f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
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-beta01
VERSION_NAME=2.0.0-beta02

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit dac16f4

Please sign in to comment.