We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27082c commit 5eca8bcCopy full SHA for 5eca8bc
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v0.7.5 (2023-11-06)
8
+### Changed
9
+- Changed underlying `openai/client` package version from 0.7.0 to 0.7.5
10
+
11
## v0.7.0 (2023-08-29)
12
### Changed
13
- Changed underlying `openai/client` package version from 0.6.3 to 0.7.0
composer.json
@@ -13,7 +13,7 @@
"php": "^8.1.0",
14
"guzzlehttp/guzzle": "^7.7.0",
15
"laravel/framework": "^9.46.0|^10.14.1",
16
- "openai-php/client": "^0.7.0"
+ "openai-php/client": "^0.7.5"
17
},
18
"require-dev": {
19
"laravel/pint": "^1.10.3",
0 commit comments