mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
a461d42a85
commit
c5ee0ea597
4 changed files with 7 additions and 6 deletions
|
@ -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 'darwin' 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 'darwin' to the service resource [#5130](https://github.com/inspec/inspec/pull/5130) ([btm](https://github.com/btm)) <!-- 4.21.5 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.21.5
|
||||
4.21.6
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.21.5".freeze
|
||||
VERSION = "4.21.6".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue