diff --git a/CHANGELOG.md b/CHANGELOG.md index 7473c20f..52ada6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.4.372 (2026-01-04) + +### PR [#1913](https://github.com/danielmiessler/Fabric/pull/1913) by [majiayu000](https://github.com/majiayu000): fix: REST API /chat endpoint doesn't pass 'search' parameter to ChatOptions + +- Fix: REST API /chat endpoint now properly passes Search and SearchLocation parameters to ChatOptions + ## v1.4.371 (2026-01-04) ### PR [#1923](https://github.com/danielmiessler/Fabric/pull/1923) by [ksylvan](https://github.com/ksylvan): ChangeLog Generation stability diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index ad914e1d..82d17786 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.371" +var version = "v1.4.372" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index ac3ea1f8..f70ebdc6 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1913.txt b/cmd/generate_changelog/incoming/1913.txt deleted file mode 100644 index 3d65e950..00000000 --- a/cmd/generate_changelog/incoming/1913.txt +++ /dev/null @@ -1,3 +0,0 @@ -### PR [#1913](https://github.com/danielmiessler/Fabric/pull/1913) by [majiayu000](https://github.com/majiayu000): fix: REST API /chat endpoint doesn't pass 'search' parameter to ChatOptions - -- Fix: REST API /chat endpoint now properly passes Search and SearchLocation parameters to ChatOptions diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index d1c041f0..fa0dd28a 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.371" +"1.4.372"