File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## v0.8.0-beta.1 (2023-11-13)
8
+ ### Changed
9
+ - Changed underlying ` openai/client ` package version from 0.7.8 to v0.8.0-beta.1
10
+
7
11
## v0.7.8 (2023-11-07)
8
12
### Changed
9
13
- Changed underlying ` openai/client ` package version from 0.7.5 to 0.7.8
Original file line number Diff line number Diff line change 13
13
"php" : " ^8.1.0" ,
14
14
"guzzlehttp/guzzle" : " ^7.7.0" ,
15
15
"laravel/framework" : " ^9.46.0|^10.14.1" ,
16
- "openai-php/client" : " dev-add-assistant-api "
16
+ "openai-php/client" : " v0.8.0-beta.1 "
17
17
},
18
18
"require-dev" : {
19
19
"laravel/pint" : " ^1.10.3" ,
You can’t perform that action at this time.
0 commit comments