From e990011d7815546f61baafbe76fec0b9c3cabb45 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 22 Feb 2021 23:15:22 +0000 Subject: [PATCH] Bump version to 4.26.12 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 b0beec28c..dc02bfcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.26.11](https://github.com/inspec/inspec/tree/v4.26.11) (2021-02-22) + +## [v4.26.12](https://github.com/inspec/inspec/tree/v4.26.12) (2021-02-22) #### Merged Pull Requests -- Document the json-automate reporter [#5408](https://github.com/inspec/inspec/pull/5408) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Switch to MacOS 10.14 builder [#5415](https://github.com/inspec/inspec/pull/5415) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -14,6 +14,7 @@ - Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Merged Pull Requests +- Switch to MacOS 10.14 builder [#5415](https://github.com/inspec/inspec/pull/5415) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Document the json-automate reporter [#5408](https://github.com/inspec/inspec/pull/5408) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update chefstyle requirement from ~> 1.5.7 to ~> 1.7.1 [#5409](https://github.com/inspec/inspec/pull/5409) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update install.md [#5403](https://github.com/inspec/inspec/pull/5403) ([tduffield](https://github.com/tduffield)) diff --git a/VERSION b/VERSION index dd2c72a3f..16a763206 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.26.11 \ No newline at end of file +4.26.12 \ 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 f5a06dc9d..4c938916e 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.26.11".freeze + VERSION = "4.26.12".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 15836c601..68f4b0762 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.26.11".freeze + VERSION = "4.26.12".freeze end