File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +6
-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.5.1 (2023-05-24)
8
+ ### Changed
9
+ - Changed underlying ` openai/client ` package version from 0.5.0 to 0.5.1
10
+
7
11
## v0.5.0 (2023-05-24)
8
12
### Changed
9
13
- Changed underlying ` openai/client ` package version from 0.4.2 to 0.5.0
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^8.1.0" ,
14
14
"guzzlehttp/guzzle" : " ^7.5.1" ,
15
+ "http-interop/http-factory-guzzle" : " ^0.1.0" ,
15
16
"laravel/framework" : " ^9.46.0|^10.9.0" ,
16
- "openai-php/client" : " ^0.5.0 "
17
+ "openai-php/client" : " ^0.5.1 "
17
18
},
18
19
"require-dev" : {
19
20
"laravel/pint" : " ^1.10" ,
You can’t perform that action at this time.
0 commit comments