diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs
index 6981386..c0f7db9 100644
--- a/app/MindWork AI Studio/Components/Changelog.Logs.cs
+++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs
@@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
+ new (207, "v0.9.32, build 207 (2025-03-08 20:15 UTC)", "v0.9.32.md"),
new (206, "v0.9.31, build 206 (2025-03-03 15:33 UTC)", "v0.9.31.md"),
new (205, "v0.9.30, build 205 (2025-02-24 19:55 UTC)", "v0.9.30.md"),
new (204, "v0.9.29, build 204 (2025-02-24 13:48 UTC)", "v0.9.29.md"),
diff --git a/app/MindWork AI Studio/Settings/DataModel/DataSourceERI_V1.cs b/app/MindWork AI Studio/Settings/DataModel/DataSourceERI_V1.cs
index c755be8..305c1f0 100644
--- a/app/MindWork AI Studio/Settings/DataModel/DataSourceERI_V1.cs
+++ b/app/MindWork AI Studio/Settings/DataModel/DataSourceERI_V1.cs
@@ -52,7 +52,7 @@ public readonly record struct DataSourceERI_V1 : IERIDataSource
public ERIVersion Version { get; init; } = ERIVersion.V1;
///
- public string SelectedRetrievalId { get; init; }
+ public string SelectedRetrievalId { get; init; } = string.Empty;
///
public async Task> RetrieveDataAsync(IContent lastPrompt, ChatThread thread, CancellationToken token = default)
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md
index bc18a13..62a9a86 100644
--- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md
+++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md
@@ -1,4 +1,4 @@
-# v0.9.32, build 207 (2025-03-xx xx:xx UTC)
+# v0.9.32, build 207 (2025-03-08 20:15 UTC)
- Added the "Community & Code" section to the about page. It includes links to the GitHub repositories and the project website.
- Added the retrieval process section for ERI data sources in the configuration dialog. Like all RAG functions, this is hidden behind the RAG feature flag in the app settings due to its preview status.
- Improved data security by preventing the use of cloud LLMs after confidential data has been retrieved previously.
diff --git a/app/SourceCodeRules/SourceCodeRules/SourceCodeRules.csproj b/app/SourceCodeRules/SourceCodeRules/SourceCodeRules.csproj
index e4a6059..8cf49a2 100644
--- a/app/SourceCodeRules/SourceCodeRules/SourceCodeRules.csproj
+++ b/app/SourceCodeRules/SourceCodeRules/SourceCodeRules.csproj
@@ -19,8 +19,8 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
diff --git a/metadata.txt b/metadata.txt
index e53de53..7f7339d 100644
--- a/metadata.txt
+++ b/metadata.txt
@@ -1,9 +1,9 @@
-0.9.31
-2025-03-03 15:33:03 UTC
-206
+0.9.32
+2025-03-08 20:15:02 UTC
+207
8.0.113 (commit 8f216348dc)
8.0.13 (commit eba546b0f0)
1.85.0 (commit 4d91de4e4)
7.16.0
1.8.1
-2e84f10a977, release
+5a726577ca2, release
diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock
index b67bb21..a060046 100644
--- a/runtime/Cargo.lock
+++ b/runtime/Cargo.lock
@@ -2350,7 +2350,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
-version = "0.9.31"
+version = "0.9.32"
dependencies = [
"aes",
"arboard",
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 65be7f4..a14c4e2 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
-version = "0.9.31"
+version = "0.9.32"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json
index cfbe3b3..09dcf8f 100644
--- a/runtime/tauri.conf.json
+++ b/runtime/tauri.conf.json
@@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
- "version": "0.9.31"
+ "version": "0.9.32"
},
"tauri": {
"allowlist": {