From de56ddb5922b9cf9f826cab0c7b859ed58dc3c87 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Fri, 3 Oct 2025 12:49:42 -0700 Subject: [PATCH] [Changelog] Contributor acknowledgements The focus of these changes is to update the changelog to include acknowledgements for our community contributors. --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1aca18c6..f01129553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,21 @@ ## 2.6.0-beta.1 (Unreleased) +### Acknowledgments + +Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release: + +- Maksim Kurnakov _([GitHub](https://github.com/kurnakovv))_ +- Benjamin Pinter _([GitHub](https://github.com/BenjaminDavidPinter))_ + ### Features Added - OpenAI.Chat: - - Added the `Minimal` property to `ChatReasoningEffortLevel` + - Added the `Minimal` property to `ChatReasoningEffortLevel`_(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_ - OpenAI.Responses: - - Added the `Minimal` property to `ResponseReasoningEffortLevel` + - Added the `Minimal` property to `ResponseReasoningEffortLevel` _(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_ + - Added the `Model` property to `OpenAIResponseClient` _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_ ## 2.5.0 (2025-09-23)