From b8d165d13fa1509a3a23500bb6588e793907688c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 6 Mar 2018 13:56:27 +0000 Subject: [PATCH] Bump version to 2.0.37 by Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bf444ab..3f8f84b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.0.36](https://github.com/chef/inspec/tree/v2.0.36) (2018-03-02) + +## [v2.0.37](https://github.com/chef/inspec/tree/v2.0.37) (2018-03-06) #### Merged Pull Requests -- Update name of subnet fixture, fixing 3 failing integration tests [#2765](https://github.com/chef/inspec/pull/2765) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- iptables resource: Add support for other bin paths [#2783](https://github.com/chef/inspec/pull/2783) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) ### Changes since 2.0.32 release #### Merged Pull Requests +- iptables resource: Add support for other bin paths [#2783](https://github.com/chef/inspec/pull/2783) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Update name of subnet fixture, fixing 3 failing integration tests [#2765](https://github.com/chef/inspec/pull/2765) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Enhancements diff --git a/VERSION b/VERSION index 59bc11660..67478f214 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.36 \ No newline at end of file +2.0.37 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c564dc581..a96a37be2 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.36' + VERSION = '2.0.37' end