mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Bump version to 2.2.53 by Chef Expeditor
This commit is contained in:
parent
6e59ef176b
commit
1c1b967d48
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 2.2.52 -->
|
<!-- latest_release 2.2.53 -->
|
||||||
## [v2.2.52](https://github.com/inspec/inspec/tree/v2.2.52) (2018-08-02)
|
## [v2.2.53](https://github.com/inspec/inspec/tree/v2.2.53) (2018-08-02)
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
- Bump the chef client version for tests. [#3260](https://github.com/inspec/inspec/pull/3260) ([jquick](https://github.com/jquick))
|
- Populate report code for merged controls [#3264](https://github.com/inspec/inspec/pull/3264) ([jquick](https://github.com/jquick))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=2.2.50 -->
|
<!-- release_rollup since=2.2.50 -->
|
||||||
### Changes since 2.2.50 release
|
### Changes since 2.2.50 release
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
- Populate report code for merged controls [#3264](https://github.com/inspec/inspec/pull/3264) ([jquick](https://github.com/jquick)) <!-- 2.2.53 -->
|
||||||
- Bump the chef client version for tests. [#3260](https://github.com/inspec/inspec/pull/3260) ([jquick](https://github.com/jquick)) <!-- 2.2.52 -->
|
- Bump the chef client version for tests. [#3260](https://github.com/inspec/inspec/pull/3260) ([jquick](https://github.com/jquick)) <!-- 2.2.52 -->
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.52
|
2.2.53
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.52'
|
VERSION = '2.2.53'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue