mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 1.51.6 by Expeditor
This commit is contained in:
parent
9930e40a76
commit
b1801a2219
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.51.5 -->
|
||||
## [v1.51.5](https://github.com/chef/inspec/tree/v1.51.5) (2018-02-06)
|
||||
<!-- latest_release 1.51.6 -->
|
||||
## [v1.51.6](https://github.com/chef/inspec/tree/v1.51.6) (2018-02-08)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix travis-ci bundler issue [#2533](https://github.com/chef/inspec/pull/2533) ([jquick](https://github.com/jquick))
|
||||
#### New Features
|
||||
- Add new "reporter" system (replacement for "formatters"), support multiple reporters per run [#2464](https://github.com/chef/inspec/pull/2464) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.51.0 -->
|
||||
### Changes since 1.51.0 release
|
||||
|
||||
#### New Features
|
||||
- Add new "reporter" system (replacement for "formatters"), support multiple reporters per run [#2464](https://github.com/chef/inspec/pull/2464) ([jquick](https://github.com/jquick)) <!-- 1.51.6 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix travis-ci bundler issue [#2533](https://github.com/chef/inspec/pull/2533) ([jquick](https://github.com/jquick)) <!-- 1.51.5 -->
|
||||
- Improve links to Learn Chef Rally [#2476](https://github.com/chef/inspec/pull/2476) ([tpetchel](https://github.com/tpetchel)) <!-- 1.51.4 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.51.5
|
||||
1.51.6
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.51.5'
|
||||
VERSION = '1.51.6'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue