File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## v0.17.0 (2025-10-02)
8
+ ### Added
9
+ - Add facade for ` conversations ` . ([ #173 ] ( https://github.com/openai-php/laravel/pull/173 ) )
10
+
11
+ ### Changed
12
+ - Changed underlying ` openai/client ` package version from 0.16.0 to 0.17.0
13
+
7
14
## v0.16.0 (2025-08-26)
8
15
### Changed
9
- - Changed underlying ` openai/client ` package version from 0.15.0 to 0.16.0
10
- - HTTP 429 now throw a ` RateLimitException ` instead of a generic ` ErrorException `
16
+ - Changed underlying ` openai/client ` package version from 0.15.0 to 0.16.0
17
+ - HTTP 429 now throw a ` RateLimitException ` instead of a generic ` ErrorException `
11
18
12
19
## v0.15.0 (2025-08-04)
13
20
### Added
You can’t perform that action at this time.
0 commit comments