Skip to content

Commit b703dba

Browse files
committed
release: v0.6.3
1 parent 0263aee commit b703dba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.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+
711
## v0.6.2 (2023-06-23)
812
### Changed
913
- Error handling: use error code as exception message if error message is empty ([#150](https://github.com/openai-php/client/pull/150))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pestphp/pest-plugin-arch": "^2.2.1",
3131
"pestphp/pest-plugin-mock": "^2.0.0",
3232
"pestphp/pest-plugin-type-coverage": "^2.0.0",
33-
"phpstan/phpstan": "^1.10.22",
33+
"phpstan/phpstan": "^1.10.25",
3434
"rector/rector": "^0.16.0",
3535
"symfony/var-dumper": "^6.3.1"
3636
},

0 commit comments

Comments
 (0)