diff --git a/Cargo.toml b/Cargo.toml index b8379c1..630a85f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Echo "] license = "MIT" diff --git a/debian/changelog b/debian/changelog index 1335e16..68cf2d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +linux-patch-manager (0.1.6-1) noble; urgency=medium + + * Phase 4: Exhaustive analysis fixes, security hardening, and code quality improvements + * Implemented CRL generation and verification for mTLS agent certificates + * Added IP-based rate limiting middleware using governor crate + * Hardened error handling and removed silent unwrap_or_default failures + * Fixed blocking I/O in agent_loader to use async tokio::fs + * Made allow_reboot configurable per job via database column + * Improved audit integrity verification and reporting limits + + -- Echo Fri, 15 May 2026 22:11:45 +0000 + linux-patch-manager (1.0.0-1) noble; urgency=medium * Initial release of Linux Patch Manager