mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
Bump version to 2.2.62 by Chef Expeditor
This commit is contained in:
parent
3a9ed68c72
commit
f18bcc34ee
3 changed files with 12 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,9 +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 -->
|
<!-- latest_release 2.2.62 -->
|
||||||
|
## [v2.2.62](https://github.com/inspec/inspec/tree/v2.2.62) (2018-08-10)
|
||||||
|
|
||||||
|
#### Merged Pull Requests
|
||||||
|
- Update `only_if` to allow user specified messages. [#3267](https://github.com/inspec/inspec/pull/3267) ([miah](https://github.com/miah))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup since=2.2.61 -->
|
||||||
|
### Changes since 2.2.61 release
|
||||||
|
|
||||||
|
#### Merged Pull Requests
|
||||||
|
- Update `only_if` to allow user specified messages. [#3267](https://github.com/inspec/inspec/pull/3267) ([miah](https://github.com/miah)) <!-- 2.2.62 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
||||||
<!-- latest_stable_release -->
|
<!-- latest_stable_release -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.61
|
2.2.62
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.61'
|
VERSION = '2.2.62'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue