forked from TheoKanning/openai-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
625a6da
commit b01f21f
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
## [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 | ||
- change next version by @Konboi in https://github.com/launchableinc/openai-java/pull/7 | ||
|
||
## [v0.1.0](https://github.com/launchableinc/openai-java/commits/v0.1.0) - 2024-03-06 | ||
- fix indent and version by @Konboi in https://github.com/launchableinc/openai-java/pull/1 | ||
- Fix some points by @Konboi in https://github.com/launchableinc/openai-java/pull/2 | ||
- Fix something by @Konboi in https://github.com/launchableinc/openai-java/pull/3 |