From ba75bff827f70c89d4e120f8217b3ec17a100f9e Mon Sep 17 00:00:00 2001 From: Sandro Gehri Date: Thu, 23 Nov 2023 15:02:08 +0100 Subject: [PATCH] release: v0.8.0 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a467686..4c878ac 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.8.0 (2023-11-23) +### Changed +- Changed underlying `openai/client` package version from 0.7.8 to v0.8.0 + ## v0.8.0-beta.1 (2023-11-13) ### Changed - Changed underlying `openai/client` package version from 0.7.8 to v0.8.0-beta.1 diff --git a/composer.json b/composer.json index fa170b0..bc6d694 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": "v0.8.0-beta.1" + "openai-php/client": "v0.8.0" }, "require-dev": { "laravel/pint": "^1.10.3",