Skip to content

Commit

Permalink
release: v0.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Nov 23, 2023
1 parent c822231 commit 0b42276
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.8.0-beta.1 (2023-11-13)
### Changed
- Changed underlying `openai/client` package version from 0.7.8 to v0.8.0-beta.1

## v0.7.8 (2023-11-07)
### Changed
- Changed underlying `openai/client` package version from 0.7.5 to 0.7.8
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": "dev-add-assistant-api"
"openai-php/client": "v0.8.0-beta.1"
},
"require-dev": {
"laravel/pint": "^1.10.3",
Expand Down

0 comments on commit 0b42276

Please sign in to comment.