diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0a1c1f..90efd8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.1.1 + +- Fixed the non applied `n` field in image variation method. +- Exposed non-breaking `model` field for other image APIs methods. + ## 4.1.0 - Bugs & issues fixes. diff --git a/pubspec.yaml b/pubspec.yaml index dbdf2859..e7fa0d9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_openai description: Dart SDK for openAI Apis (GPT-3 & DALL-E), integrate easily the power of OpenAI's state-of-the-art AI models into their Dart applications. -version: 4.1.0 +version: 4.1.1 homepage: https://github.com/anasfik/openai repository: https://github.com/anasfik/openai documentation: https://github.com/anasfik/openai/blob/main/README.md