From 98525823ce77f1e3a1e95662ce3ff4aec04ddda6 Mon Sep 17 00:00:00 2001 From: Travis Wilson <35748617+trrwilson@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:06:23 -0700 Subject: [PATCH] Increment for beta.2 release (#16) --- CHANGELOG.md | 8 ++++++++ src/OpenAI.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f80b5e5..09c2c856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +## 2.0.0-beta.2 (2024-06-06) + +### Bugs fixed + +- Addressed an assembly properties issue ([bf21eb5](https://github.com/openai/openai-dotnet/commit/bf21eb5ad367aaac418dbbf320f98187fee5089a)) +- Added migration guide to package ([f150666](https://github.com/openai/openai-dotnet/commit/f150666cd2ed552720207098b3b604a8e1ca73df)) + ## 2.0.0-beta.1 (2024-06-06) ### Features Added @@ -9,3 +16,4 @@ This is the official OpenAI client library for C# / .NET. It provides convenient ### Breaking Changes If you are a user migrating from version 1.11.0 or earlier, we will soon share a migration guide to help you get started. +- ***Addendum:** the [migration guide](https://github.com/openai/openai-dotnet/blob/main/MigrationGuide.md) is now available.* \ No newline at end of file diff --git a/src/OpenAI.csproj b/src/OpenAI.csproj index 449f3c65..9e44e162 100644 --- a/src/OpenAI.csproj +++ b/src/OpenAI.csproj @@ -5,7 +5,7 @@ OpenAI 2.0.0 - beta.1 + beta.2 netstandard2.0;net6.0 latest