From 87d09e055b83265eeb46a93de244635d05af3a05 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Wed, 16 Dec 2020 16:34:08 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 8 ++++++++ inspec.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff1ea1..77ee85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.2](https://github.com/dev-sec/ssh-baseline/tree/2.6.2) (2020-12-16) + +[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.6.1...2.6.2) + +**Merged pull requests:** + +- Legacy Protocol statement is removed from version 7.6 and above, sinc… [\#185](https://github.com/dev-sec/ssh-baseline/pull/185) ([joubbi](https://github.com/joubbi)) + ## [2.6.1](https://github.com/dev-sec/ssh-baseline/tree/2.6.1) (2020-12-16) [Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.6.0...2.6.1) diff --git a/inspec.yml b/inspec.yml index d9447d8..859f0ce 100644 --- a/inspec.yml +++ b/inspec.yml @@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team copyright_email: hello@dev-sec.io license: Apache-2.0 summary: Test-suite for best-practice SSH hardening -version: 2.6.1 +version: 2.6.2 supports: - os-family: unix