From 78cf313e1a4ad91d27533512a01abaf9aee053f3 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 24 Jun 2025 06:55:20 -0400 Subject: [PATCH] release: v0.14.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1c04c..37da658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.14.0 (2025-06-24) +### Added +- Add facade for `realtime`. ([#156](https://github.com/openai-php/laravel/pull/156)) + +### Changed +- Changed underlying `openai/client` package version from 0.13.0 to 0.14.0 + ## v0.13.0 (2025-05-14) ### Added - Add facade for `responses` ([#147](https://github.com/openai-php/laravel/pull/147))