From 2832780d1cf403c31d4ce6554f09c5e651a87b60 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 17 Dec 2024 07:29:24 -0700 Subject: [PATCH] version v0.26.0 Signed-off-by: Rich Megginson --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7973714..abc1b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +[v0.26.0] - 2024-12-17 +-------------------- + +### New Features + +- feat: New options in OpenSSH + fixes for bugx in OpenSSH 9.9p1 (#304) + +### Bug Fixes + +- fix: use quote with command, shell and validate with variable (#298) +- fix: rename var sshd -> sshd_config and debug output (#299) + +### Other Changes + +- test: set TMPDIR in block of role invocation (#300) + [v0.25.0] - 2024-08-19 --------------------