Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.2.1](https://github.com/launchableinc/openai-java/compare/v0.2.0...v0.2.1) - 2024-03-08
- update lib versions by @Konboi in https://github.com/launchableinc/openai-java/pull/11

## [v0.2.0](https://github.com/launchableinc/openai-java/compare/v0.1.0...v0.2.0) - 2024-03-07
- Introduce tag pr by @Konboi in https://github.com/launchableinc/openai-java/pull/4
- Support json mode by @Konboi in https://github.com/launchableinc/openai-java/pull/6
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.launchableinc.openai-java
VERSION_NAME=0.2.0
VERSION_NAME=0.2.1
POM_ARTIFACT_ID=openai-java
POM_URL=https://launchableinc.com
POM_SCM_URL=scm:git:git@github.com:launchableinc/openai-java.git
Expand Down