From 18c9eea2dec3d5769db1a0f22644db35da478134 Mon Sep 17 00:00:00 2001 From: Sandro Gehri Date: Mon, 27 May 2024 21:56:02 +0200 Subject: [PATCH] release: v0.10.0-beta.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b0c6ad..99bf0fbd 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.10.0-beta.1 (2024-05-27) +### Added +- Add support for Assistants API v2 and Vector Stores endpoint ([#405](https://github.com/openai-php/client/pull/405)) + ## v0.9.2 (2024-05-27) ### Added - Support for usage stream option on chat endpoint ([#398](https://github.com/openai-php/client/pull/398))