From e348f8ad3fc7765fbb5a5d6b14461c331ecd3555 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 7 Apr 2021 12:44:47 +0000 Subject: [PATCH] Bump version to 4.30.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b1b846a..1a7379533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.30.0](https://github.com/inspec/inspec/tree/v4.30.0) (2021-04-05) + +## [v4.30.1](https://github.com/inspec/inspec/tree/v4.30.1) (2021-04-07) #### Merged Pull Requests -- Add timeout option to command resource [#5443](https://github.com/inspec/inspec/pull/5443) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Update platforms doc [#5442](https://github.com/inspec/inspec/pull/5442) ([IanMadd](https://github.com/IanMadd)) ### Changes since 4.29.3 release #### Merged Pull Requests +- Update platforms doc [#5442](https://github.com/inspec/inspec/pull/5442) ([IanMadd](https://github.com/IanMadd)) - Add timeout option to command resource [#5443](https://github.com/inspec/inspec/pull/5443) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update inputs.md [#5449](https://github.com/inspec/inspec/pull/5449) ([IanMadd](https://github.com/IanMadd)) - Fix for Deprecation warning and FilterTable::ExceptionCatcher to show exact failure message. [#5441](https://github.com/inspec/inspec/pull/5441) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 37798a502..51482c327 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.30.0 \ No newline at end of file +4.30.1 \ 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 670305ec4..96972d09d 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("..", __dir__) - VERSION = "4.30.0".freeze + VERSION = "4.30.1".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c285f92c6..7fe10235b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.30.0".freeze + VERSION = "4.30.1".freeze end