Bump version to 2.0.12 by Expeditor

This commit is contained in:
Chef Expeditor 2018-02-19 14:26:58 +00:00
parent 7b23fa479c
commit 2f40fc8eb7
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.11 -->
## [v2.0.11](https://github.com/chef/inspec/tree/v2.0.11) (2018-02-18)
<!-- latest_release 2.0.12 -->
## [v2.0.12](https://github.com/chef/inspec/tree/v2.0.12) (2018-02-19)
#### Merged Pull Requests
- Fix legacy reporter output to file [#2667](https://github.com/chef/inspec/pull/2667) ([jquick](https://github.com/jquick))
- Add correct `supports platform` to resources. [#2674](https://github.com/chef/inspec/pull/2674) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=1.51.18 -->
### Changes since 1.51.18 release
#### Merged Pull Requests
- 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 -->
- Add example profiles for AWS/Azure [#2680](https://github.com/chef/inspec/pull/2680) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.10 -->
- Revert download button [#2684](https://github.com/chef/inspec/pull/2684) ([hannah-radish](https://github.com/hannah-radish)) <!-- 2.0.9 -->

View file

@ -1 +1 @@
2.0.11
2.0.12

View file

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