Skip to content

Commit 3a49161

Browse files
committed
release: v0.10.1
1 parent 24643b2 commit 3a49161

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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.10.1 (2024-06-06)
8+
### Changed
9+
- Changed underlying `openai/client` package version from 0.9.1 to v0.10.1
10+
711
## v0.10.0-beta.2 (2024-05-28)
812
### Fixed
913
- Api version header in Service Provider - ([#100](https://github.com/openai-php/laravel/issues/100))

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.1.0",
1414
"guzzlehttp/guzzle": "^7.8.1",
1515
"laravel/framework": "^9.46.0|^10.34.2|^11.0",
16-
"openai-php/client": "^v0.10.0-beta.1"
16+
"openai-php/client": "^v0.10.1"
1717
},
1818
"require-dev": {
1919
"laravel/pint": "^1.13.6",

0 commit comments

Comments
 (0)