diff --git a/CHANGELOG.md b/CHANGELOG.md index d34168a64..7eba35e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ # Change Log - -## [v2.2.8](https://github.com/inspec/inspec/tree/v2.2.8) (2018-06-07) + +## [v2.2.11](https://github.com/inspec/inspec/tree/v2.2.11) (2018-06-11) -#### New Resources -- Add aws_elb and aws_elbs resources [#3079](https://github.com/inspec/inspec/pull/3079) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Merged Pull Requests +- Translate `auditd -s` RHEL output to match CentOS [#3114](https://github.com/inspec/inspec/pull/3114) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) ### Changes since 2.2.10 release + +#### Merged Pull Requests +- Translate `auditd -s` RHEL output to match CentOS [#3114](https://github.com/inspec/inspec/pull/3114) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index 565a0d44f..4c2212909 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.10 \ No newline at end of file +2.2.11 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 1056d85af..78b2a5d5a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.10' + VERSION = '2.2.11' end