diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d448ed..12972fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.368 (2026-01-04) + +### PR [#1918](https://github.com/danielmiessler/Fabric/pull/1918) by [ksylvan](https://github.com/ksylvan): Maintenance: Fix ChangeLog Generation during CI/CD + +- Refactor CHANGELOG.md entries with improved formatting and conventional commit prefixes +- Consolidate git worktree fixes into single PR #1917 entry +- Reorder PR entries chronologically within version sections +- Add cache metadata update step before staging release changes +- Update changelog database binary with new entry formatting + ## v1.4.367 (2026-01-03) ### PR [#1912](https://github.com/danielmiessler/Fabric/pull/1912) by [berniegreen](https://github.com/berniegreen): refactor: implement structured streaming and metadata support diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index b57d1d7d..ed43f98f 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.367" +var version = "v1.4.368" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 8cbc9725..7bc9b764 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1918.txt b/cmd/generate_changelog/incoming/1918.txt deleted file mode 100644 index f1a7dd2a..00000000 --- a/cmd/generate_changelog/incoming/1918.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1918](https://github.com/danielmiessler/Fabric/pull/1918) by [ksylvan](https://github.com/ksylvan): Maintenance: Fix ChangeLog Generation during CI/CD - -- Refactor CHANGELOG.md entries with improved formatting and conventional commit prefixes -- Consolidate git worktree fixes into single PR #1917 entry -- Reorder PR entries chronologically within version sections -- Add cache metadata update step before staging release changes -- Update changelog database binary with new entry formatting diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 78b7c24c..4d336107 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.367" +"1.4.368"