Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sidorenko committed Oct 19, 2018
1 parent d8c88d1 commit 4431ddf
Show file tree
Hide file tree
Showing 3 changed files with 14 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.6.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.6.0) (2018-10-19)
[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.5.0...v2.6.0)

**Closed issues:**

- Removal of deprecated options [\#202](https://github.com/dev-sec/chef-ssh-hardening/issues/202)

**Merged pull requests:**

- Update of badges in README [\#205](https://github.com/dev-sec/chef-ssh-hardening/pull/205) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Removal of deprecated options for newer openssh versions [\#203](https://github.com/dev-sec/chef-ssh-hardening/pull/203) ([artem-sidorenko](https://github.com/artem-sidorenko))

## [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)

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ begin
config.future_release = "v#{metadata.version}"
config.user = 'dev-sec'
config.project = 'chef-ssh-hardening'
config.exclude_labels = ['no changelog', 'question', 'duplicate', 'wontfix', 'invalid']
end
rescue LoadError
puts '>>>>> GitHub Changelog Generator not loaded, omitting tasks'
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.5.0'
version '2.6.0'

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

Expand Down

0 comments on commit 4431ddf

Please sign in to comment.