From f1a22759232d5b6e205dc457592b407394bd0164 Mon Sep 17 00:00:00 2001 From: gehrisandro Date: Mon, 13 Nov 2023 13:18:31 +0100 Subject: [PATCH] release: v0.8.0-beta.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ab39fb..eb58435e 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-beta.1 (2023-11-07) +### Added +- Add support for Assistants and Threads endpoint ([#243](https://github.com/openai-php/client/pull/243)) + ## v0.7.8 (2023-11-07) ### Added - Add support for GTP-4 vision on the chat completion endpoint ([#241](https://github.com/openai-php/client/pull/241))