mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 1.51.9 by Expeditor
This commit is contained in:
parent
44abd94991
commit
06ff68d097
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.8 -->
|
||||
## [v1.51.8](https://github.com/chef/inspec/tree/v1.51.8) (2018-02-08)
|
||||
<!-- latest_release 1.51.9 -->
|
||||
## [v1.51.9](https://github.com/chef/inspec/tree/v1.51.9) (2018-02-08)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Refactors iis_app docs [#2541](https://github.com/chef/inspec/pull/2541) ([kagarmoe](https://github.com/kagarmoe))
|
||||
- Refactors iis_site doc [#2542](https://github.com/chef/inspec/pull/2542) ([kagarmoe](https://github.com/kagarmoe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.51.6 -->
|
||||
### Changes since 1.51.6 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Refactors iis_site doc [#2542](https://github.com/chef/inspec/pull/2542) ([kagarmoe](https://github.com/kagarmoe)) <!-- 1.51.9 -->
|
||||
- Refactors iis_app docs [#2541](https://github.com/chef/inspec/pull/2541) ([kagarmoe](https://github.com/kagarmoe)) <!-- 1.51.8 -->
|
||||
- Refactors http doc [#2540](https://github.com/chef/inspec/pull/2540) ([kagarmoe](https://github.com/kagarmoe)) <!-- 1.51.7 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.51.8
|
||||
1.51.9
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.51.8'
|
||||
VERSION = '1.51.9'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue