From 5eca8bc7a49093cc273060312d2057ce4c323ce3 Mon Sep 17 00:00:00 2001 From: Sandro Gehri Date: Mon, 6 Nov 2023 08:46:19 +0100 Subject: [PATCH] release: v0.7.5 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 183854d..511cb95 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.7.5 (2023-11-06) +### Changed +- Changed underlying `openai/client` package version from 0.7.0 to 0.7.5 + ## v0.7.0 (2023-08-29) ### Changed - Changed underlying `openai/client` package version from 0.6.3 to 0.7.0 diff --git a/composer.json b/composer.json index 217cd45..474fa8f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.1.0", "guzzlehttp/guzzle": "^7.7.0", "laravel/framework": "^9.46.0|^10.14.1", - "openai-php/client": "^0.7.0" + "openai-php/client": "^0.7.5" }, "require-dev": { "laravel/pint": "^1.10.3",