From 5974b91b49cfef9d3ed9dd637718570979d5f9b5 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 7 Aug 2020 17:08:45 +0000 Subject: [PATCH] Bump version to 4.22.10 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 ++++----- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf25474f..c1dde8220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,17 @@ # Change Log - -## [v4.22.9](https://github.com/inspec/inspec/tree/v4.22.9) (2020-08-05) + +## [v4.22.10](https://github.com/inspec/inspec/tree/v4.22.10) (2020-08-07) #### Merged Pull Requests -- Enforced bump. Fully allow this to build before merge. [#5188](https://github.com/inspec/inspec/pull/5188) ([Schwad](https://github.com/Schwad)) -- We require version bumps for expeditor to be read against master [#5187](https://github.com/inspec/inspec/pull/5187) ([Schwad](https://github.com/Schwad)) -- Try to force expeditor cooperation [#5186](https://github.com/inspec/inspec/pull/5186) ([Schwad](https://github.com/Schwad)) +- Convert JUnit Reporter to a Plugin [#5084](https://github.com/inspec/inspec/pull/5084) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 4.22.8 release #### Merged Pull Requests +- Convert JUnit Reporter to a Plugin [#5084](https://github.com/inspec/inspec/pull/5084) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Enforced bump. Fully allow this to build before merge. [#5188](https://github.com/inspec/inspec/pull/5188) ([Schwad](https://github.com/Schwad)) - We require version bumps for expeditor to be read against master [#5187](https://github.com/inspec/inspec/pull/5187) ([Schwad](https://github.com/Schwad)) - Try to force expeditor cooperation [#5186](https://github.com/inspec/inspec/pull/5186) ([Schwad](https://github.com/Schwad)) diff --git a/VERSION b/VERSION index a102b9019..d07f72e50 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.22.9 \ No newline at end of file +4.22.10 \ 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 49bfc3e34..86d5a4002 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.22.9".freeze + VERSION = "4.22.10".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 529fa3ebe..00c66eb42 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.22.9".freeze + VERSION = "4.22.10".freeze end