Skip to content

Commit a26e925

Browse files
committed
chore: prepare release 0.3.0
1 parent b93bbf5 commit a26e925

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.0
2+
> Published 13 Mar 2021
3+
4+
### Changed
5+
- Remove Ktor's logging classes from public API
6+
17
# 0.2.0
28
> Published 11 Mar 2021
39

buildSrc/src/main/kotlin/OpenAI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ object OpenAI : Library {
22

33
override val group: String = "com.aallam.openai"
44
override val artifact: String = "openai"
5-
override val version: String = "0.2.0"
5+
override val version: String = "0.3.0"
66
}

0 commit comments

Comments
 (0)