Skip to content

Commit 6b9f4c1

Browse files
chore(release): Update version to v1.4.297
1 parent 4d2061a commit 6b9f4c1

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.4.297 (2025-08-26)
4+
5+
### PR [#1729](https://github.com/danielmiessler/Fabric/pull/1729) by [ksylvan](https://github.com/ksylvan): Add GitHub Community Health Documents
6+
7+
- Add CODE_OF_CONDUCT defining respectful, collaborative community behavior
8+
- Add CONTRIBUTING with setup, testing, PR, changelog requirements
9+
- Add SECURITY policy with reporting process and response timelines
10+
- Add SUPPORT guide for bugs, features, discussions, expectations
11+
- Add docs README indexing guides, quick starts, contributor essentials
12+
313
## v1.4.296 (2025-08-26)
414

515
### PR [#1728](https://github.com/danielmiessler/Fabric/pull/1728) by [ksylvan](https://github.com/ksylvan): Refactor Logging System to Use Centralized Debug Logger

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.296"
3+
var version = "v1.4.297"
4 KB
Binary file not shown.

cmd/generate_changelog/incoming/1729.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.296"
1+
"1.4.297"

0 commit comments

Comments
 (0)