Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Sidorenko <[email protected]>
  • Loading branch information
artem-sidorenko committed Oct 10, 2018
1 parent 6969459 commit f042bc0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v2.5.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.5.0) (2018-10-10)
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.4.0...v2.5.0)

**Closed issues:**

- Change log level for SFTP Subsystem [\#199](https://github.com/dev-sec/chef-ssh-hardening/issues/199)

**Merged pull requests:**

- CI fix: pin cucumber 3 [\#201](https://github.com/dev-sec/chef-ssh-hardening/pull/201) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Add attribute for sftp subsystem logging [\#200](https://github.com/dev-sec/chef-ssh-hardening/pull/200) ([rediculum](https://github.com/rediculum))

## [v2.4.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.4.0) (2018-08-01)
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.3.1...v2.4.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.4.0'
version '2.5.0'

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

Expand Down

0 comments on commit f042bc0

Please sign in to comment.