File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 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.6.3 (2023-07-07)
8
+ ### Fixed
9
+ - Breaking change on OpenAI API regarding "transient" field in Audio ([ #160 ] ( https://github.com/openai-php/client/pull/160 ) )
10
+
7
11
## v0.6.2 (2023-06-23)
8
12
### Changed
9
13
- Error handling: use error code as exception message if error message is empty ([ #150 ] ( https://github.com/openai-php/client/pull/150 ) )
Original file line number Diff line number Diff line change 30
30
"pestphp/pest-plugin-arch" : " ^2.2.1" ,
31
31
"pestphp/pest-plugin-mock" : " ^2.0.0" ,
32
32
"pestphp/pest-plugin-type-coverage" : " ^2.0.0" ,
33
- "phpstan/phpstan" : " ^1.10.22 " ,
33
+ "phpstan/phpstan" : " ^1.10.25 " ,
34
34
"rector/rector" : " ^0.16.0" ,
35
35
"symfony/var-dumper" : " ^6.3.1"
36
36
},
You can’t perform that action at this time.
0 commit comments