We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bc89d commit 9ab48cdCopy full SHA for 9ab48cd
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.9.1 (2024-05-25)
8
+### Changed
9
+- Changed underlying `openai/client` package version from 0.9.0 to v0.9.1
10
+
11
## v0.9.0 (2024-05-21)
12
### Changed
13
- Changed underlying `openai/client` package version from 0.8.0 to v0.9.0
composer.json
@@ -13,7 +13,7 @@
"php": "^8.1.0",
14
"guzzlehttp/guzzle": "^7.8.1",
15
"laravel/framework": "^9.46.0|^10.34.2|^11.0",
16
- "openai-php/client": "^v0.9.0"
+ "openai-php/client": "^v0.9.1"
17
},
18
"require-dev": {
19
"laravel/pint": "^1.13.6",
0 commit comments