mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.0.12 by Expeditor
This commit is contained in:
parent
7b23fa479c
commit
2f40fc8eb7
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 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.11
|
||||
2.0.12
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.0.11'
|
||||
VERSION = '2.0.12'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue