Skip to content

Commit db66d29

Browse files
authored
Prepare CHANGELOG for release (#8)
1 parent 6ac3435 commit db66d29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Release History
22

3-
## 2.0.0-beta.1 (Unreleased)
3+
## 2.0.0-beta.1 (2024-06-06)
44

55
### Features Added
66

7-
### Breaking Changes
7+
This is the official OpenAI client library for C# / .NET. It provides convenient access to the OpenAI REST API from .NET applications and supports all the latest features. It is generated from our [OpenAPI specification](https://github.com/openai/openai-openapi) in collaboration with Microsoft.
88

9-
### Bugs Fixed
9+
### Breaking Changes
1010

11-
### Other Changes
11+
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note that the code examples included below were written using [.NET 8](https://d
2424

2525
## Using the client library
2626

27-
The full API of this library can be found in the [api.md](https://github.com/openai/openai-dotnet/api/api.md) file, and there are many [code examples](https://github.com/openai/openai-dotnet/examples) to help. For instance, the following snippet illustrates the basic use of the chat completions API:
27+
The full API of this library can be found in the [api.md](https://github.com/openai/openai-dotnet/blob/main/api/api.md) file, and there are many [code examples](https://github.com/openai/openai-dotnet/tree/main/examples) to help. For instance, the following snippet illustrates the basic use of the chat completions API:
2828

2929
```csharp
3030
using OpenAI.Chat;

0 commit comments

Comments
 (0)