Bump version to 1.51.6 by Expeditor

This commit is contained in:
Chef Expeditor 2018-02-08 09:07:11 +00:00
parent 9930e40a76
commit b1801a2219
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# 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 1.51.5 --> <!-- latest_release 1.51.6 -->
## [v1.51.5](https://github.com/chef/inspec/tree/v1.51.5) (2018-02-06) ## [v1.51.6](https://github.com/chef/inspec/tree/v1.51.6) (2018-02-08)
#### Merged Pull Requests #### New Features
- Fix travis-ci bundler issue [#2533](https://github.com/chef/inspec/pull/2533) ([jquick](https://github.com/jquick)) - Add new &quot;reporter&quot; system (replacement for &quot;formatters&quot;), support multiple reporters per run [#2464](https://github.com/chef/inspec/pull/2464) ([jquick](https://github.com/jquick))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=1.51.0 --> <!-- release_rollup since=1.51.0 -->
### Changes since 1.51.0 release ### Changes since 1.51.0 release
#### New Features
- Add new &quot;reporter&quot; system (replacement for &quot;formatters&quot;), support multiple reporters per run [#2464](https://github.com/chef/inspec/pull/2464) ([jquick](https://github.com/jquick)) <!-- 1.51.6 -->
#### Merged Pull Requests #### Merged Pull Requests
- Fix travis-ci bundler issue [#2533](https://github.com/chef/inspec/pull/2533) ([jquick](https://github.com/jquick)) <!-- 1.51.5 --> - 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 --> - Improve links to Learn Chef Rally [#2476](https://github.com/chef/inspec/pull/2476) ([tpetchel](https://github.com/tpetchel)) <!-- 1.51.4 -->

View file

@ -1 +1 @@
1.51.5 1.51.6

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '1.51.5' VERSION = '1.51.6'
end end