Bump version to 4.26.11 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-02-22 19:30:13 +00:00
parent 5199d9e678
commit 69320a4a0c
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.26.10 -->
## [v4.26.10](https://github.com/inspec/inspec/tree/v4.26.10) (2021-02-21)
<!-- latest_release 4.26.11 -->
## [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))
<!-- latest_release -->
<!-- release_rollup since=4.26.4 -->
@ -14,6 +14,7 @@
- Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.26.10 -->
#### Merged Pull Requests
- Document the json-automate reporter [#5408](https://github.com/inspec/inspec/pull/5408) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.26.11 -->
- Update chefstyle requirement from ~&gt; 1.5.7 to ~&gt; 1.7.1 [#5409](https://github.com/inspec/inspec/pull/5409) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.26.9 -->
- Update install.md [#5403](https://github.com/inspec/inspec/pull/5403) ([tduffield](https://github.com/tduffield)) <!-- 4.26.8 -->
- 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)) <!-- 4.26.7 -->

View file

@ -1 +1 @@
4.26.10
4.26.11

View file

@ -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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.26.10".freeze
VERSION = "4.26.11".freeze
end