Skip to content

Commit 731f1f2

Browse files
Release 2.1.1
1 parent af943a8 commit 731f1f2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [v2.1.1](https://github.com/dev-sec/chef-os-hardening/tree/v2.1.1) (2017-08-21)
4+
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v2.1.0...v2.1.1)
5+
6+
**Closed issues:**
7+
8+
- Cookbook fails on CentOS Linux release 7.2.1511 - kernel.exec-shield [\#166](https://github.com/dev-sec/chef-os-hardening/issues/166)
9+
10+
**Merged pull requests:**
11+
12+
- Fix: do not touch exec-shield on RHEL 7 [\#168](https://github.com/dev-sec/chef-os-hardening/pull/168) ([artem-sidorenko](https://github.com/artem-sidorenko))
13+
314
## [v2.1.0](https://github.com/dev-sec/chef-os-hardening/tree/v2.1.0) (2017-06-12)
415
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v2.0.1...v2.1.0)
516

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
license 'Apache-2.0'
2323
description 'Installs and configures operating system hardening'
2424
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
25-
version '2.1.0'
25+
version '2.1.1'
2626

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

0 commit comments

Comments
 (0)