From 37cd58d8c9a20fed7e43654de2a742daa64a87da Mon Sep 17 00:00:00 2001 From: Richard Megginson Date: Mon, 6 Jan 2025 08:34:28 -0700 Subject: [PATCH] version v0.26.0 (#305) Signed-off-by: Rich Megginson --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7973714..c57cb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +[v0.26.0] - 2025-01-06 +-------------------- + +### New Features + +- feat: New options in OpenSSH + fixes for bugx in OpenSSH 9.9p1 (#304) +- feat: Use sshd_config instead of sshd which has been deprecated (#299) + +### Bug Fixes + +- fix: use quote with command, shell and validate with variable (#298) +- fix: Reload the service when needed (#303) + +### Other Changes + +- test: set TMPDIR in block of role invocation (#300) + [v0.25.0] - 2024-08-19 --------------------