Bump version to 2.0.14 by Expeditor

This commit is contained in:
Chef Expeditor 2018-02-19 21:14:13 +00:00
parent 959f1e2ee0
commit 9b374a92d3
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.0.13 -->
## [v2.0.13](https://github.com/chef/inspec/tree/v2.0.13) (2018-02-19)
<!-- latest_release 2.0.14 -->
## [v2.0.14](https://github.com/chef/inspec/tree/v2.0.14) (2018-02-19)
#### Merged Pull Requests
- www: fix sidebar stickiness [#2698](https://github.com/chef/inspec/pull/2698) ([arlimus](https://github.com/arlimus))
- HM website optimization [#2699](https://github.com/chef/inspec/pull/2699) ([hannah-radish](https://github.com/hannah-radish))
<!-- latest_release -->
<!-- release_rollup since=1.51.18 -->
### Changes since 1.51.18 release
#### Merged Pull Requests
- HM website optimization [#2699](https://github.com/chef/inspec/pull/2699) ([hannah-radish](https://github.com/hannah-radish)) <!-- 2.0.14 -->
- www: fix sidebar stickiness [#2698](https://github.com/chef/inspec/pull/2698) ([arlimus](https://github.com/arlimus)) <!-- 2.0.13 -->
- Add correct `supports platform` to resources. [#2674](https://github.com/chef/inspec/pull/2674) ([miah](https://github.com/miah)) <!-- 2.0.12 -->
- Fix legacy reporter output to file [#2667](https://github.com/chef/inspec/pull/2667) ([jquick](https://github.com/jquick)) <!-- 2.0.11 -->

View file

@ -1 +1 @@
2.0.13
2.0.14

View file

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