Skip to content

Commit 97a1157

Browse files
authored
docs: add release notes for 0.11 and 0.12 (#150)
1 parent 7995888 commit 97a1157

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.12.0 (2025-05-04)
8+
### Added
9+
- Add facade for `fineTuning` ([#125](https://github.com/openai-php/laravel/pull/125))
10+
- Make base url configurable ([#144](https://github.com/openai-php/laravel/pull/144))
11+
12+
### Changed
13+
- Changed underlying `openai/client` package version from 0.11.0 to 0.12.0
14+
15+
### Removed
16+
- Removed support for PHP 8.1
17+
18+
## v0.11.0 (2025-02-24)
19+
### Added
20+
- Add support for Laravel 12 ([#137](https://github.com/openai-php/laravel/pull/137))
21+
722
## v0.10.1 (2024-06-06)
823
### Changed
924
- Changed underlying `openai/client` package version from 0.9.1 to v0.10.1

0 commit comments

Comments
 (0)