diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac127ef..63d0f778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.370 (2026-01-04) + +### PR [#1921](https://github.com/danielmiessler/Fabric/pull/1921) by [ksylvan](https://github.com/ksylvan): chore: remove redundant `--sync-db` step from changelog workflow + +- Remove redundant `--sync-db` step from changelog workflow +- Remove duplicate database sync command from version workflow +- Simplify changelog generation to single process-prs step +- Clean up `heal_person` pattern by removing duplicate content sections +- Remove duplicate IDENTITY, PURPOSE, STEPS, and OUTPUT INSTRUCTIONS from pattern file + ## v1.4.369 (2026-01-04) ### PR [#1919](https://github.com/danielmiessler/Fabric/pull/1919) by [ksylvan](https://github.com/ksylvan): Fix the `last_pr_sync` setting during PR incoming processing diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 599f0109..3c0b4633 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.369" +var version = "v1.4.370" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index ddd68b83..23ddce5b 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1921.txt b/cmd/generate_changelog/incoming/1921.txt deleted file mode 100644 index f1c460e1..00000000 --- a/cmd/generate_changelog/incoming/1921.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1921](https://github.com/danielmiessler/Fabric/pull/1921) by [ksylvan](https://github.com/ksylvan): chore: remove redundant `--sync-db` step from changelog workflow - -- Remove redundant `--sync-db` step from changelog workflow -- Remove duplicate database sync command from version workflow -- Simplify changelog generation to single process-prs step -- Clean up `heal_person` pattern by removing duplicate content sections -- Remove duplicate IDENTITY, PURPOSE, STEPS, and OUTPUT INSTRUCTIONS from pattern file diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 884b7e57..528e4315 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.369" +"1.4.370"