mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Bump version to 2.2.22 by Chef Expeditor
This commit is contained in:
parent
737df411ef
commit
639267adab
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.2.21 -->
|
||||
## [v2.2.21](https://github.com/inspec/inspec/tree/v2.2.21) (2018-06-26)
|
||||
<!-- latest_release 2.2.22 -->
|
||||
## [v2.2.22](https://github.com/inspec/inspec/tree/v2.2.22) (2018-06-26)
|
||||
|
||||
#### Bug Fixes
|
||||
- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert))
|
||||
- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.20 -->
|
||||
### Changes since 2.2.20 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.22 -->
|
||||
- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert)) <!-- 2.2.21 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.21
|
||||
2.2.22
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.21'
|
||||
VERSION = '2.2.22'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue