From d3f5dc2511bd29dc41cca238f03987b8ac39a63a Mon Sep 17 00:00:00 2001 From: gehrisandro Date: Fri, 8 Sep 2023 10:46:52 +0200 Subject: [PATCH] release: v0.7.2 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e32fa1..b39e75c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))