Skip to content

Commit

Permalink
release: v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Nov 6, 2023
1 parent d27082c commit 5eca8bc
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.7.5 (2023-11-06)
### Changed
- Changed underlying `openai/client` package version from 0.7.0 to 0.7.5

## v0.7.0 (2023-08-29)
### Changed
- Changed underlying `openai/client` package version from 0.6.3 to 0.7.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.7.0",
"laravel/framework": "^9.46.0|^10.14.1",
"openai-php/client": "^0.7.0"
"openai-php/client": "^0.7.5"
},
"require-dev": {
"laravel/pint": "^1.10.3",
Expand Down

0 comments on commit 5eca8bc

Please sign in to comment.