diff --git a/CHANGELOG.md b/CHANGELOG.md index de3ab6dd..7e3c75a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.4.435 (2026-03-12) + +### PR [#2058](https://github.com/danielmiessler/Fabric/pull/2058) by [dependabot](https://github.com/apps/dependabot): chore(deps-dev): bump devalue from 5.6.3 to 5.6.4 in /web in the npm_and_yarn group across 1 directory + +- Bumps the indirect dependency `devalue` from version 5.6.3 to 5.6.4 in the `/web` directory as part of the `npm_and_yarn` dependency group. + ## v1.4.434 (2026-03-09) ### PR [#2052](https://github.com/danielmiessler/Fabric/pull/2052) by [praxstack](https://github.com/praxstack) and [ksylvan](https://github.com/ksylvan): feat(bedrock): dynamic region fetching and AWS_PROFILE conflict fix diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 558bb5fa..a4cd5d1b 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.434" +var version = "v1.4.435" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 8e3a1f07..14d78d6b 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/2058.txt b/cmd/generate_changelog/incoming/2058.txt deleted file mode 100644 index 8e74286a..00000000 --- a/cmd/generate_changelog/incoming/2058.txt +++ /dev/null @@ -1,3 +0,0 @@ -### PR [#2058](https://github.com/danielmiessler/Fabric/pull/2058) by [dependabot](https://github.com/apps/dependabot): chore(deps-dev): bump devalue from 5.6.3 to 5.6.4 in /web in the npm_and_yarn group across 1 directory - -- Bumps the indirect dependency `devalue` from version 5.6.3 to 5.6.4 in the `/web` directory as part of the `npm_and_yarn` dependency group. diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index b224e69d..52222250 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.434" +"1.4.435"