From 59b8d3c7b930a30b298ca01e865e8a895ee00c6e Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 27 Sep 2022 14:45:14 -0600 Subject: [PATCH] Version v0.18.0 - CHANGELOG.md [citest skip] [v0.18.0] - 2022-09-27 -------------------- ### New Features - Adding support for OpenWrt 21.03 - Add final version of RequiredRSASize Keep the old version for backward compatibility Upstream commit: https://github.com/openssh/openssh-portable/commit/1875042c ### Bug Fixes - Update source template to match generated files ### Other Changes - Remove legacy files - Update pre-commit plugins to latest - Linting fixes - keep v prefix in version/tag Keep the `v` prefix in the version/tag Signed-off-by: Rich Megginson --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7ce23a..1362bcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ Changelog ========= +[v0.18.0] - 2022-09-27 +-------------------- + +### New Features + +- Adding support for OpenWrt 21.03 + +- Add final version of RequiredRSASize + +Keep the old version for backward compatibility + +Upstream commit: +https://github.com/openssh/openssh-portable/commit/1875042c + +### Bug Fixes + +- Update source template to match generated files + +### Other Changes + +- Remove legacy files + +- Update pre-commit plugins to latest + +- Linting fixes + +- keep v prefix in version/tag + +Keep the `v` prefix in the version/tag + [v0.17.0] - 2022-08-31 --------------------