Skip to content

Commit

Permalink
release: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Sep 8, 2023
1 parent d6e3fcb commit d3f5dc2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.7.0 (2023-09-08)
### Added
- Add "has_more" to fine-tuning jobs and events list responses ([#206](https://github.com/openai-php/client/pull/206))

### Changed
- Add parameters to the fine-tuning jobs list request to filter the results ([#206](https://github.com/openai-php/client/pull/206))

### Fixed
- error_code may be int

## v0.7.1 (2023-08-29)
### Fixed
- Typo in class name MetaInformationOpenAI

## v0.7.0 (2023-08-29)
### Added
- Add support for the fine-tuning API ([#199](https://github.com/openai-php/client/pull/199))
Expand Down

0 comments on commit d3f5dc2

Please sign in to comment.