Skip to content

Commit

Permalink
chore: prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Mar 13, 2021
1 parent b93bbf5 commit a26e925
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.0
> Published 13 Mar 2021
### Changed
- Remove Ktor's logging classes from public API

# 0.2.0
> Published 11 Mar 2021
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.2.0"
override val version: String = "0.3.0"
}

0 comments on commit a26e925

Please sign in to comment.