From 893e234df47f36f8392dcb5e8d5516d0cd0dcf0d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 27 Nov 2018 21:55:14 +0000 Subject: [PATCH] Bump version to 3.0.59 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 176b8d464..fc396eaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v3.0.58](https://github.com/inspec/inspec/tree/v3.0.58) (2018-11-27) + +## [v3.0.59](https://github.com/inspec/inspec/tree/v3.0.59) (2018-11-27) -#### Bug Fixes -- package: fix package detection on windows [#3607](https://github.com/inspec/inspec/pull/3607) ([mhackethal](https://github.com/mhackethal)) +#### Merged Pull Requests +- lc/add-aws-platform-template [#3622](https://github.com/inspec/inspec/pull/3622) ([Caprowni](https://github.com/Caprowni)) @@ -18,6 +18,7 @@ - filesystem: improve Windows support [#3606](https://github.com/inspec/inspec/pull/3606) ([mhackethal](https://github.com/mhackethal)) #### Merged Pull Requests +- lc/add-aws-platform-template [#3622](https://github.com/inspec/inspec/pull/3622) ([Caprowni](https://github.com/Caprowni)) - Revert setting RSpec expectation syntax to 'should' mode [#3620](https://github.com/inspec/inspec/pull/3620) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Improvements to the functional helper run_inspec_process [#3603](https://github.com/inspec/inspec/pull/3603) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Create a class to handle the plugins.json file [#3575](https://github.com/inspec/inspec/pull/3575) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 3041e120b..243661b35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.58 \ No newline at end of file +3.0.59 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 145f91fa4..3d09465e6 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.58' + VERSION = '3.0.59' end