From ddd3b5720604f2538da42afc9457255620491473 Mon Sep 17 00:00:00 2001 From: Hendrik Schawe Date: Wed, 15 Oct 2025 16:56:22 +0200 Subject: [PATCH] chore: release 9.5.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ helm-chart/Chart.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ed9beb07..b681d9a9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.4.2" + ".": "9.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee910104..cc402290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [9.5.0](https://github.com/codecentric/c4-genai-suite/compare/v9.4.2...v9.5.0) (2025-10-15) + + +### Features + +* system prompt can now be a template ([#579](https://github.com/codecentric/c4-genai-suite/issues/579)) ([d55cc10](https://github.com/codecentric/c4-genai-suite/commit/d55cc10120503b23e8dab602d76eb5ae926afae9)) + + +### Bug Fixes + +* fix drag and drop format acceptance and add error messages for unsupported formats and too many files ([#560](https://github.com/codecentric/c4-genai-suite/issues/560)) ([78fbe78](https://github.com/codecentric/c4-genai-suite/commit/78fbe78d7180871b50d232b5201f4e6386177619)) + ## [9.4.2](https://github.com/codecentric/c4-genai-suite/compare/v9.4.1...v9.4.2) (2025-10-14) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 13af58c9..05ab18a5 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: c4-genai-suite description: A Helm chart for the c4 GenAI Suite. -version: 9.4.2 +version: 9.5.0 sources: - https://github.com/codecentric/c4-genai-suite/ diff --git a/package-lock.json b/package-lock.json index 6d7bdb8e..35a8eb1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "vitest": "3.2.1", "wait-on": "8.0.3" }, - "version": "9.4.2" + "version": "9.5.0" }, "node_modules/@esbuild/aix-ppc64": { "version": "0.25.4", @@ -2852,5 +2852,5 @@ } } }, - "version": "9.4.2" + "version": "9.5.0" } diff --git a/package.json b/package.json index 86a5ccbd..57d22371 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,5 @@ "vitest": "3.2.1", "wait-on": "8.0.3" }, - "version": "9.4.2" + "version": "9.5.0" }