Skip to content

Commit

Permalink
prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Mar 20, 2021
1 parent d93aa9f commit 37e75a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Unreleased
# 0.4.0
> Published 20 Mar 2021
### Changed
- Deprecate `stream` parameter in `CompletionRequest`.

# 0.3.0

> Published 13 Mar 2021
### Changed

- Remove Ktor's logging classes from public API

# 0.2.0

> Published 11 Mar 2021
### Added
Expand All @@ -28,15 +27,13 @@
* `OpenAI.createCompletion` renamed to `OpenAI.completion`

# 0.1.1

> Published 10 Mar 2021
### Changed

* Ktor as an implementation dependency of `openai-client`

# 0.1.0

> Published 09 Mar 2021
### Added
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/OpenAI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object OpenAI : Library {

override val group: String = "com.aallam.openai"
override val artifact: String = "openai"
override val version: String = "0.3.0"
override val version: String = "0.4.0"
}

0 comments on commit 37e75a7

Please sign in to comment.