Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
  • Loading branch information
chris-rock committed Feb 13, 2018
1 parent 82f46a2 commit 9d7cbf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v2.3.1](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.3.1) (2018-02-13)
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.3.0...v2.3.1)

**Merged pull requests:**

- Modified the client\_alive\_interval default to 300 [\#187](https://github.com/dev-sec/chef-ssh-hardening/pull/187) ([iennae](https://github.com/iennae))

## [v2.3.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.3.0) (2017-12-19)
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.2.1...v2.3.0)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
version '2.3.1'

chef_version '>= 12.5' if respond_to?(:chef_version)

Expand Down

0 comments on commit 9d7cbf2

Please sign in to comment.