diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b09e80..c71428c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.4.409 (2026-02-17) + +### PR [#2006](https://github.com/danielmiessler/Fabric/pull/2006) by [konstantint](https://github.com/konstantint): feat: When running from a symlink, use the executable name as the pattern argument + +- Feat: When running from a symlink, use the executable name as the pattern argument + ## v1.4.408 (2026-02-17) ### PR [#2007](https://github.com/danielmiessler/Fabric/pull/2007) by [ksylvan](https://github.com/ksylvan): Add optional API key authentication to LM Studio client diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 7ad6bc20..d89eed0b 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.408" +var version = "v1.4.409" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index f7e15e12..d15329fe 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/2006.txt b/cmd/generate_changelog/incoming/2006.txt deleted file mode 100644 index ff7b3ead..00000000 --- a/cmd/generate_changelog/incoming/2006.txt +++ /dev/null @@ -1,3 +0,0 @@ -### PR [#2006](https://github.com/danielmiessler/Fabric/pull/2006) by [konstantint](https://github.com/konstantint): feat: When running from a symlink, use the executable name as the pattern argument - -- Feat: When running from a symlink, use the executable name as the pattern argument diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 6e0f3112..16a00a4b 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.408" +"1.4.409"