From 1c742e6eff03270b19a4a0cfd0eb1466972d4273 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 27 Nov 2018 18:21:36 +0000 Subject: [PATCH] Bump version to 3.0.58 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 ee2bd5fe1..176b8d464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.57](https://github.com/inspec/inspec/tree/v3.0.57) (2018-11-26) + +## [v3.0.58](https://github.com/inspec/inspec/tree/v3.0.58) (2018-11-27) #### Bug Fixes -- www: remove jquery sticky on the sidebar [#3623](https://github.com/inspec/inspec/pull/3623) ([arlimus](https://github.com/arlimus)) +- package: fix package detection on windows [#3607](https://github.com/inspec/inspec/pull/3607) ([mhackethal](https://github.com/mhackethal)) ### Changes since 3.0.52 release #### Bug Fixes +- package: fix package detection on windows [#3607](https://github.com/inspec/inspec/pull/3607) ([mhackethal](https://github.com/mhackethal)) - www: remove jquery sticky on the sidebar [#3623](https://github.com/inspec/inspec/pull/3623) ([arlimus](https://github.com/arlimus)) #### Enhancements diff --git a/VERSION b/VERSION index e661578d4..3041e120b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.57 \ No newline at end of file +3.0.58 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 582413f3d..145f91fa4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.57' + VERSION = '3.0.58' end