Skip to content

Commit

Permalink
chore: prepare release 3.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Feb 19, 2023
1 parent 1cbd4a7 commit eeae2aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 3.0.0-beta02
> Published 19 Feb 2023
### Added
- `OpenAIConfig`: `headers` and `organization` (#96)

### Changed
- `FineTunes`: remove experimental (#90)
- `Images`: mark as experimental (#91)

### Fixed
- Non-blocking SSE `Flow` events (#95)

# 3.0.0-beta01
> Published 06 Feb 2023
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.js.compiler=ir

# Lib
GROUP=com.aallam.openai
VERSION_NAME=3.0.0-beta01
VERSION_NAME=3.0.0-beta02

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit eeae2aa

Please sign in to comment.