Skip to content

Commit a231805

Browse files
authored
release: v0.17.0 (#174)
1 parent 10dfed9 commit a231805

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ 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.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+
714
## v0.16.0 (2025-08-26)
815
### 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`
1118

1219
## v0.15.0 (2025-08-04)
1320
### Added

0 commit comments

Comments
 (0)