diff --git a/CHANGELOG.md b/CHANGELOG.md index c22efa5..82286bc 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.10.0 (2024-06-19) +### Changed +- Specify header `OpenAI-Beta: assistants=v2` +- Changed underlying `openai/client` package version to 0.10.0 + ## v0.7.10 (2023-11-14) ### Changed - Changed underlying `openai/client` package version to 0.7.10 diff --git a/composer.json b/composer.json index c2712a1..d0b04c9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "symfony/http-kernel": "^5.4|^6.3|^7.0.1" }, "require-dev": { - "laravel/pint": "^1.13.6", + "laravel/pint": "^1.16.1", "phpstan/phpstan": "^1.10.47", "rector/rector": "^0.14.8", "symfony/phpunit-bridge": "^5.4|^6.3|^7.0.1"