mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 1.51.18 by Expeditor
This commit is contained in:
parent
f3ee680429
commit
9fa456eb89
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 1.51.17 -->
|
||||
## [v1.51.17](https://github.com/chef/inspec/tree/v1.51.17) (2018-02-12)
|
||||
<!-- latest_release 1.51.18 -->
|
||||
## [v1.51.18](https://github.com/chef/inspec/tree/v1.51.18) (2018-02-12)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Allow ad-hoc runners to use rspec formats. [#2621](https://github.com/chef/inspec/pull/2621) ([jquick](https://github.com/jquick))
|
||||
- Add json fields to schema and add tests. [#2618](https://github.com/chef/inspec/pull/2618) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.51.15 -->
|
||||
### Changes since 1.51.15 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add json fields to schema and add tests. [#2618](https://github.com/chef/inspec/pull/2618) ([jquick](https://github.com/jquick)) <!-- 1.51.18 -->
|
||||
- Allow ad-hoc runners to use rspec formats. [#2621](https://github.com/chef/inspec/pull/2621) ([jquick](https://github.com/jquick)) <!-- 1.51.17 -->
|
||||
- Force a default reporter for ad-hoc runners [#2610](https://github.com/chef/inspec/pull/2610) ([jquick](https://github.com/jquick)) <!-- 1.51.16 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.51.17
|
||||
1.51.18
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.51.17'
|
||||
VERSION = '1.51.18'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue