Bump version to 4.21.6 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-07-09 13:37:06 +00:00
parent a461d42a85
commit c5ee0ea597
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.21.5 -->
## [v4.21.5](https://github.com/inspec/inspec/tree/v4.21.5) (2020-07-02)
<!-- latest_release 4.21.6 -->
## [v4.21.6](https://github.com/inspec/inspec/tree/v4.21.6) (2020-07-09)
#### Merged Pull Requests
- Add the generic &#39;darwin&#39; to the service resource [#5130](https://github.com/inspec/inspec/pull/5130) ([btm](https://github.com/btm))
- Allow = character in CLI inputs [#5135](https://github.com/inspec/inspec/pull/5135) ([Schwad](https://github.com/Schwad))
<!-- latest_release -->
<!-- release_rollup since=4.21.3 -->
### Changes since 4.21.3 release
#### Merged Pull Requests
- Allow = character in CLI inputs [#5135](https://github.com/inspec/inspec/pull/5135) ([Schwad](https://github.com/Schwad)) <!-- 4.21.6 -->
- WIP: Make progress on `skip_windows!` [#5063](https://github.com/inspec/inspec/pull/5063) ([Schwad](https://github.com/Schwad)) <!-- 4.21.4 -->
- Add the generic &#39;darwin&#39; to the service resource [#5130](https://github.com/inspec/inspec/pull/5130) ([btm](https://github.com/btm)) <!-- 4.21.5 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.21.5
4.21.6

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.21.5".freeze
VERSION = "4.21.6".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.21.5".freeze
VERSION = "4.21.6".freeze
end