From b3f44ad91fda0f163da4ff79cfa5c2940686919e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 7 Nov 2019 16:58:31 +0000 Subject: [PATCH] Bump version to 4.18.30 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ad2d427..a44aca691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v4.18.29](https://github.com/inspec/inspec/tree/v4.18.29) (2019-11-07) + +## [v4.18.30](https://github.com/inspec/inspec/tree/v4.18.30) (2019-11-07) -#### Merged Pull Requests -- Revamp www/doco setup [#4674](https://github.com/inspec/inspec/pull/4674) ([zenspider](https://github.com/zenspider)) +#### Bug Fixes +- Make input() work in describe.one [#4666](https://github.com/inspec/inspec/pull/4666) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 4.18.24 release +#### Bug Fixes +- Make input() work in describe.one [#4666](https://github.com/inspec/inspec/pull/4666) ([clintoncwolfe](https://github.com/clintoncwolfe)) + #### New Features - Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) diff --git a/VERSION b/VERSION index 4849855fd..5fcb01034 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.29 \ No newline at end of file +4.18.30 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 56bc17fd1..2f2ff6e00 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "4.18.29".freeze + VERSION = "4.18.30".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 9ffc3b851..afc72318d 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.29".freeze + VERSION = "4.18.30".freeze end