From 7f10acc1ef8f3388317a5eb653f0088f822f9e1a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 15 Jun 2020 11:25:44 +0000 Subject: [PATCH] Bump version to 4.20.4 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 2a179da47..238c2ca5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.20.3](https://github.com/inspec/inspec/tree/v4.20.3) (2020-06-11) + +## [v4.20.4](https://github.com/inspec/inspec/tree/v4.20.4) (2020-06-15) #### Merged Pull Requests -- Make the JSON-min Reporter into Plugin [#5062](https://github.com/inspec/inspec/pull/5062) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Fix tomlrb dependency [#5091](https://github.com/inspec/inspec/pull/5091) ([james-stocks](https://github.com/james-stocks)) ### Changes since 4.20.2 release #### Merged Pull Requests +- Fix tomlrb dependency [#5091](https://github.com/inspec/inspec/pull/5091) ([james-stocks](https://github.com/james-stocks)) - Make the JSON-min Reporter into Plugin [#5062](https://github.com/inspec/inspec/pull/5062) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index be77eb050..b101027b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.20.3 \ No newline at end of file +4.20.4 \ 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 0c9213160..894da36ac 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.20.3".freeze + VERSION = "4.20.4".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 19ad6d20c..f875fb1d6 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.20.3".freeze + VERSION = "4.20.4".freeze end