Skip to content

Commit

Permalink
release: v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed May 27, 2024
1 parent 9ab48cd commit 7966cd1
Show file tree
Hide file tree
Showing 3 changed files with 6 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.0-beta.1 (2024-05-27)
### Changed
- Changed underlying `openai/client` package version from 0.9.1 to v0.10.0-beta.1

## v0.9.1 (2024-05-25)
### Changed
- Changed underlying `openai/client` package version from 0.9.0 to v0.9.1
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.9.1"
"openai-php/client": "^v0.10.0-beta.1"
},
"require-dev": {
"laravel/pint": "^1.13.6",
Expand Down
1 change: 1 addition & 0 deletions src/Facades/OpenAI.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* @method static \OpenAI\Resources\Models models()
* @method static \OpenAI\Resources\Moderations moderations()
* @method static \OpenAI\Resources\Threads threads()
* @method static \OpenAI\Resources\VectorStores vectorStores()
*/
final class OpenAI extends Facade
{
Expand Down

0 comments on commit 7966cd1

Please sign in to comment.