Skip to content

Commit

Permalink
release: v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Jun 6, 2024
1 parent 24643b2 commit 3a49161
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.10.1 (2024-06-06)
### Changed
- Changed underlying `openai/client` package version from 0.9.1 to v0.10.1

## v0.10.0-beta.2 (2024-05-28)
### Fixed
- Api version header in Service Provider - ([#100](https://github.com/openai-php/laravel/issues/100))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.8.1",
"laravel/framework": "^9.46.0|^10.34.2|^11.0",
"openai-php/client": "^v0.10.0-beta.1"
"openai-php/client": "^v0.10.1"
},
"require-dev": {
"laravel/pint": "^1.13.6",
Expand Down

0 comments on commit 3a49161

Please sign in to comment.