From b47c92e2e9ef6ecd846914684b48ee27f97e3a87 Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Tue, 22 Aug 2017 11:24:44 +0200 Subject: [PATCH] Release 2.2.1 --- CHANGELOG.md | 11 +++++++++++ metadata.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31ebad..a03612f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v2.2.1](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.2.1) (2017-08-22) +[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.2.0...v2.2.1) + +**Closed issues:** + +- The cookbooks fails on Amazon Linux. [\#180](https://github.com/dev-sec/chef-ssh-hardening/issues/180) + +**Merged pull requests:** + +- Fix to Issue \#180. Cookbook fails on Amazon Linux [\#181](https://github.com/dev-sec/chef-ssh-hardening/pull/181) ([jonasduarte](https://github.com/jonasduarte)) + ## [v2.2.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.2.0) (2017-06-18) [Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.1.0...v2.2.0) diff --git a/metadata.rb b/metadata.rb index 57aa895..d58f3ae 100644 --- a/metadata.rb +++ b/metadata.rb @@ -22,7 +22,7 @@ license 'Apache-2.0' description 'This cookbook installs and provides secure ssh and sshd configurations.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.2.0' +version '2.2.1' chef_version '>= 12.5' if respond_to?(:chef_version)