Skip to content

Commit 7eee58b

Browse files
authored
Prepare v0.10.0 (#20)
1 parent 71f3ea7 commit 7eee58b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.10.0 (2024-06-19)
8+
### Changed
9+
- Specify header `OpenAI-Beta: assistants=v2`
10+
- Changed underlying `openai/client` package version to 0.10.0
11+
712
## v0.7.10 (2023-11-14)
813
### Changed
914
- Changed underlying `openai/client` package version to 0.7.10

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/http-kernel": "^5.4|^6.3|^7.0.1"
2727
},
2828
"require-dev": {
29-
"laravel/pint": "^1.13.6",
29+
"laravel/pint": "^1.16.1",
3030
"phpstan/phpstan": "^1.10.47",
3131
"rector/rector": "^0.14.8",
3232
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0.1"

0 commit comments

Comments
 (0)