diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe7fcc1..f694f913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.4.399 (2026-02-03) + +### PR [#1983](https://github.com/danielmiessler/Fabric/pull/1983) by [dependabot](https://github.com/apps/dependabot): chore(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /web in the npm_and_yarn group across 1 directory + +- Updated @isaacs/brace-expansion dependency from version 5.0.0 to 5.0.1 in the web directory + ## v1.4.398 (2026-02-03) ### PR [#1981](https://github.com/danielmiessler/Fabric/pull/1981) by [infinitelyloopy-bt](https://github.com/infinitelyloopy-bt): fix(azure): support GPT-5 and o-series reasoning models diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 94f37207..dff6079a 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.398" +var version = "v1.4.399" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 48011033..475952f4 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1983.txt b/cmd/generate_changelog/incoming/1983.txt deleted file mode 100644 index b221f413..00000000 --- a/cmd/generate_changelog/incoming/1983.txt +++ /dev/null @@ -1,3 +0,0 @@ -### PR [#1983](https://github.com/danielmiessler/Fabric/pull/1983) by [dependabot](https://github.com/apps/dependabot): chore(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /web in the npm_and_yarn group across 1 directory - -- Updated @isaacs/brace-expansion dependency from version 5.0.0 to 5.0.1 in the web directory diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index ff362576..65a4446f 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.398" +"1.4.399"