chore(release): Update version to v1.4.369

This commit is contained in:
github-actions[bot]
2026-01-04 07:33:42 +00:00
parent a5ac60cedf
commit c60e8d1bf7
5 changed files with 11 additions and 8 deletions

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## 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
- Fix: update `SetLastPRSync` to use version date instead of current time
- Change last_pr_sync to use versionDate instead of time.Now()
- Ensure future runs fetch PRs merged after the version date
- Add clarifying comments explaining the sync timing logic
## v1.4.368 (2026-01-04) ## 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 ### PR [#1918](https://github.com/danielmiessler/Fabric/pull/1918) by [ksylvan](https://github.com/ksylvan): Maintenance: Fix ChangeLog Generation during CI/CD

View File

@@ -1,3 +1,3 @@
package main package main
var version = "v1.4.368" var version = "v1.4.369"

Binary file not shown.

View File

@@ -1,6 +0,0 @@
### 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
- Fix: update `SetLastPRSync` to use version date instead of current time
- Change last_pr_sync to use versionDate instead of time.Now()
- Ensure future runs fetch PRs merged after the version date
- Add clarifying comments explaining the sync timing logic

View File

@@ -1 +1 @@
"1.4.368" "1.4.369"