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 25, 2024
1 parent a0bc89d commit 9ab48cd
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.9.1 (2024-05-25)
### Changed
- Changed underlying `openai/client` package version from 0.9.0 to v0.9.1

## v0.9.0 (2024-05-21)
### Changed
- Changed underlying `openai/client` package version from 0.8.0 to v0.9.0
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.0"
"openai-php/client": "^v0.9.1"
},
"require-dev": {
"laravel/pint": "^1.13.6",
Expand Down

0 comments on commit 9ab48cd

Please sign in to comment.