Skip to content

Commit

Permalink
chore: prepare next release 2.0.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 8, 2022
1 parent ba9eb39 commit 931b74c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.0.0-beta01
> Published 08 Jul 2022
### Added
* [Models](https://beta.openai.com/docs/api-reference/models) implementation

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

### Removed
* 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
Expand Up @@ -2,7 +2,7 @@

[![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)
[![Kotlin](https://img.shields.io/badge/kotlin-1.7.0-blue.svg?logo=kotlin)](https://kotlinlang.org/docs/releases.html#release-details)
[![Kotlin](https://img.shields.io/badge/kotlin-1.7.10-blue.svg?logo=kotlin)](https://kotlinlang.org/docs/releases.html#release-details)

Kotlin client for [OpenAI's API](https://beta.openai.com/docs/api-reference) with multiplatform and coroutines capabilities.

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.native.binary.memoryModel=experimental

# Lib
GROUP=com.aallam.openai
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0-beta01

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 931b74c

Please sign in to comment.