Skip to content

Commit a3ba79c

Browse files
committed
release: v0.6.0
1 parent 7a0978d commit a3ba79c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.6.0 (2023-06-14)
8+
### Added
9+
- Make HTTP request timeout configurable ([#45](https://github.com/openai-php/laravel/pull/45))
10+
11+
### Changed
12+
- Changed underlying `openai/client` package version from 0.5.3 to 0.6.0
13+
714
## v0.5.3 (2023-06-07)
815
### Changed
916
- Changed underlying `openai/client` package version from 0.5.1 to 0.5.3

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"php": "^8.1.0",
1414
"guzzlehttp/guzzle": "^7.5.1",
1515
"laravel/framework": "^9.46.0|^10.9.0",
16-
"openai-php/client": "^0.5.3"
16+
"openai-php/client": "^0.6.0"
1717
},
1818
"require-dev": {
19-
"laravel/pint": "^1.10",
20-
"pestphp/pest": "^2.6.0",
21-
"pestphp/pest-plugin-arch": "^2.1.2",
19+
"laravel/pint": "^1.10.2",
20+
"pestphp/pest": "^2.6.3",
21+
"pestphp/pest-plugin-arch": "^2.2",
2222
"pestphp/pest-plugin-mock": "^2.0.0",
23-
"phpstan/phpstan": "^1.10.14",
24-
"symfony/var-dumper": "^6.2.10"
23+
"phpstan/phpstan": "^1.10.19",
24+
"symfony/var-dumper": "^6.3"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)