From 69320a4a0ce1cf808e6bdee09a9ed45ce0880cd6 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 22 Feb 2021 19:30:13 +0000 Subject: [PATCH] Bump version to 4.26.11 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, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b586db90..b0beec28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.26.10](https://github.com/inspec/inspec/tree/v4.26.10) (2021-02-21) + +## [v4.26.11](https://github.com/inspec/inspec/tree/v4.26.11) (2021-02-22) -#### Bug Fixes -- Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Merged Pull Requests +- Document the json-automate reporter [#5408](https://github.com/inspec/inspec/pull/5408) ([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 +- 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)) - Add metadata to each page in docs.chef.io/inspec, update Edit on GitHub links [#5406](https://github.com/inspec/inspec/pull/5406) ([IanMadd](https://github.com/IanMadd)) diff --git a/VERSION b/VERSION index 4c27deb91..dd2c72a3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.26.10 \ No newline at end of file +4.26.11 \ 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 a34c71198..f5a06dc9d 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.10".freeze + VERSION = "4.26.11".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 0ba6a906b..15836c601 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.26.10".freeze + VERSION = "4.26.11".freeze end