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