Skip to content

Commit 5a2dae3

Browse files
Release 2.7.0
1 parent 51c18f2 commit 5a2dae3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [v2.7.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.7.0) (2018-11-21)
4+
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.6.0...v2.7.0)
5+
6+
**Merged pull requests:**
7+
8+
- permit\_tunnel attribute - allow tun device forwarding [\#211](https://github.com/dev-sec/chef-ssh-hardening/pull/211) ([bobchaos](https://github.com/bobchaos))
9+
- Update the CI settings [\#207](https://github.com/dev-sec/chef-ssh-hardening/pull/207) ([artem-sidorenko](https://github.com/artem-sidorenko))
10+
- Update issue templates [\#206](https://github.com/dev-sec/chef-ssh-hardening/pull/206) ([rndmh3ro](https://github.com/rndmh3ro))
11+
312
## [v2.6.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.6.0) (2018-10-19)
413
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.5.0...v2.6.0)
514

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.6.0'
25+
version '2.7.0'
2626

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

0 commit comments

Comments
 (0)