From 529cdbafc305d78f161b9778e0fecf94cf7bc06f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 8 Nov 2018 18:52:47 +0000 Subject: [PATCH] Bump version to 3.0.43 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 203278f5f..7a4b40fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.42](https://github.com/inspec/inspec/tree/v3.0.42) (2018-11-08) + +## [v3.0.43](https://github.com/inspec/inspec/tree/v3.0.43) (2018-11-08) #### Bug Fixes -- Update iis_site bindingInformation construction and add tests [#3492](https://github.com/inspec/inspec/pull/3492) ([mrshanahan](https://github.com/mrshanahan)) +- port: Correctly detect FreeBSD [#3579](https://github.com/inspec/inspec/pull/3579) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 3.0.25 release #### Bug Fixes +- port: Correctly detect FreeBSD [#3579](https://github.com/inspec/inspec/pull/3579) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update iis_site bindingInformation construction and add tests [#3492](https://github.com/inspec/inspec/pull/3492) ([mrshanahan](https://github.com/mrshanahan)) - Silence RSpec 'should' Warning [#3560](https://github.com/inspec/inspec/pull/3560) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 34ec317ad..74b4a508a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.42 \ No newline at end of file +3.0.43 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 2ea5fed35..6709c58bc 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.42' + VERSION = '3.0.43' end