Bump version to 4.26.10 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-02-21 21:07:16 +00:00
parent 75d359b9c0
commit dd5ac93127
4 changed files with 10 additions and 7 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.26.9 -->
## [v4.26.9](https://github.com/inspec/inspec/tree/v4.26.9) (2021-02-16)
<!-- latest_release 4.26.10 -->
## [v4.26.10](https://github.com/inspec/inspec/tree/v4.26.10) (2021-02-21)
#### Merged Pull Requests
- 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]))
#### Bug Fixes
- Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.26.4 -->
### Changes since 4.26.4 release
#### Bug Fixes
- Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.26.10 -->
#### Merged Pull Requests
- 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 -->

View file

@ -1 +1 @@
4.26.9
4.26.10

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.9".freeze
VERSION = "4.26.10".freeze
end

View file

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