diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c5451..183854d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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-08-29) +### Changed +- Changed underlying `openai/client` package version from 0.6.3 to 0.7.0 +- Update configuration documentation + ## v0.6.3 (2023-07-10) ### Changed - Changed underlying `openai/client` package version from 0.6.0 to 0.6.3 diff --git a/composer.json b/composer.json index 5c8c411..217cd45 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.1.0", "guzzlehttp/guzzle": "^7.7.0", "laravel/framework": "^9.46.0|^10.14.1", - "openai-php/client": "^0.6.3" + "openai-php/client": "^0.7.0" }, "require-dev": { "laravel/pint": "^1.10.3",