Skip to content

Commit f042bc0

Browse files
2.5.0
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent 6969459 commit f042bc0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v2.5.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.5.0) (2018-10-10)
4+
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.4.0...v2.5.0)
5+
6+
**Closed issues:**
7+
8+
- Change log level for SFTP Subsystem [\#199](https://github.com/dev-sec/chef-ssh-hardening/issues/199)
9+
10+
**Merged pull requests:**
11+
12+
- CI fix: pin cucumber 3 [\#201](https://github.com/dev-sec/chef-ssh-hardening/pull/201) ([artem-sidorenko](https://github.com/artem-sidorenko))
13+
- Add attribute for sftp subsystem logging [\#200](https://github.com/dev-sec/chef-ssh-hardening/pull/200) ([rediculum](https://github.com/rediculum))
14+
315
## [v2.4.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.4.0) (2018-08-01)
416
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.3.1...v2.4.0)
517

Diff for: metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
license 'Apache-2.0'
2323
description 'This cookbook installs and provides secure ssh and sshd configurations.'
2424
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
25-
version '2.4.0'
25+
version '2.5.0'
2626

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

0 commit comments

Comments
 (0)