Fixed the date of the release (#296)

This commit is contained in:
Thorsten Sommer 2025-02-24 15:06:51 +01:00 committed by GitHub
parent 8dd5b3bab8
commit 5a077e1bdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (204, "v0.9.29, build 204 (2025-02-23 13:48 UTC)", "v0.9.29.md"),
new (204, "v0.9.29, build 204 (2025-02-24 13:48 UTC)", "v0.9.29.md"),
new (203, "v0.9.28, build 203 (2025-02-09 16:33 UTC)", "v0.9.28.md"),
new (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"),
new (201, "v0.9.26, build 201 (2025-01-13 19:11 UTC)", "v0.9.26.md"),

View File

@ -1,4 +1,4 @@
# v0.9.29, build 204 (2025-02-23 13:48 UTC)
# v0.9.29, build 204 (2025-02-24 13:48 UTC)
- Added the possibility to select data sources for chats. This preview feature is hidden behind the RAG feature flag, check your app options in case you want to enable it.
- Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag.
- Added an option to preselect data sources and options for new chats. This preview feature is hidden behind the RAG feature flag.