From b116e2c908e0b14745b3c902b9adb51f79309740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Kirst=C3=A4tter?= <7329802+jochenkirstaetter@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:24:52 +0400 Subject: [PATCH] bump version --- README.md | 2 +- VERSION | 2 +- src/Mscc.GenerativeAI.Google/CHANGELOG.md | 6 ++++++ src/Mscc.GenerativeAI.Web/CHANGELOG.md | 6 ++++++ src/Mscc.GenerativeAI/CHANGELOG.md | 12 ++++++++++++ 5 files changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a1b2b9..22c58b9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Alternatively, add the following line to your `.csproj` file. ```text - + ``` diff --git a/VERSION b/VERSION index afaf360..7f20734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/src/Mscc.GenerativeAI.Google/CHANGELOG.md b/src/Mscc.GenerativeAI.Google/CHANGELOG.md index 2ade742..b7bb4bd 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 +## 1.0.1 + +### Changed + +- bump version + ## 1.0.0 ### Changed diff --git a/src/Mscc.GenerativeAI.Web/CHANGELOG.md b/src/Mscc.GenerativeAI.Web/CHANGELOG.md index 11ad886..6f7bb18 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 +## 1.0.1 + +### Changed + +- bump version + ## 1.0.0 ### Changed diff --git a/src/Mscc.GenerativeAI/CHANGELOG.md b/src/Mscc.GenerativeAI/CHANGELOG.md index 80e9d60..cff1ddd 100644 --- a/src/Mscc.GenerativeAI/CHANGELOG.md +++ b/src/Mscc.GenerativeAI/CHANGELOG.md @@ -16,6 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## 1.0.1 + +### Added + +- implement part type of VideoMetadata +- enable Server Sent Events (SSE) for `gemini-1.0-pro` + +### Changed + +- improve XML documentation +- remove/reduce snake_case JSON elements + ## 1.0.0 ### Added