From 502be40fe39d67d5b8213cb1e3dc2a4618b33b82 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 31 Oct 2025 15:06:41 -0400 Subject: [PATCH] release: v0.18.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c4f7c..eec4456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.18.0 (2025-10-31) +### Changed +- Changed underlying `openai/client` package version from 0.17.0 to 0.18.0 + ## v0.17.1 (2025-10-02) ### Fixed - Removed hard-coded `OpenAI-Beta` header which broke Conversation API. ([#175](https://github.com/openai-php/laravel/pull/175))