diff --git a/README.md b/README.md index 2987f629..e2fe0f4c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Alternatively, add the following line to your `.csproj` file. ```text - + ``` diff --git a/VERSION b/VERSION index 10bf840e..f93ea0ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file diff --git a/src/Mscc.GenerativeAI.Google/CHANGELOG.md b/src/Mscc.GenerativeAI.Google/CHANGELOG.md index ae2d6e75..393e1435 100644 --- a/src/Mscc.GenerativeAI.Google/CHANGELOG.md +++ b/src/Mscc.GenerativeAI.Google/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## 2.0.2 + +### Changed + +- bump version + ## 2.0.1 ### Changed diff --git a/src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md b/src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md index f450bb37..8e5bd59c 100644 --- a/src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md +++ b/src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## 2.0.2 + +### Changed + +- remove non-existent `ResponseSchema` mapping +- bump version + ## 2.0.1 ### Changed diff --git a/src/Mscc.GenerativeAI.Web/CHANGELOG.md b/src/Mscc.GenerativeAI.Web/CHANGELOG.md index 85b43b18..cf63ae0b 100644 --- a/src/Mscc.GenerativeAI.Web/CHANGELOG.md +++ b/src/Mscc.GenerativeAI.Web/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## 2.0.2 + +### Changed + +- bump version + ## 2.0.1 ### Changed diff --git a/src/Mscc.GenerativeAI/CHANGELOG.md b/src/Mscc.GenerativeAI/CHANGELOG.md index 289c4fb3..745d4c50 100644 --- a/src/Mscc.GenerativeAI/CHANGELOG.md +++ b/src/Mscc.GenerativeAI/CHANGELOG.md @@ -15,13 +15,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 2.0.2 +### Added + +- add model `gemini-2.0-flash-thinking-exp` +- add model `gemini-2.0-flash-thinking-exp-1219` +- add model `imagen-3.0-capability-001` +- add `images` API to OpenAI compatibility +- add `GenerateImages` method to Gemini model +- copy model on Vertex AI + ### Changed - Extend `SendMessage` - Chat conversations - How [#52](https://github.com/mscraftsman/generative-ai/issues/52) thanks to @Francks11 +- update NuGet packages ### Fixed - ResponseSchema property must be an object [#53](https://github.com/mscraftsman/generative-ai/issues/53) thanks to @Ar4ics +- fix typos ## 2.0.1