Bump version to 2.0.3 by Expeditor

This commit is contained in:
Chef Expeditor 2018-02-16 20:32:54 +00:00
parent 594a185fa7
commit d91c41a21a
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.2 -->
## [v2.0.2](https://github.com/chef/inspec/tree/v2.0.2) (2018-02-16)
<!-- latest_release 2.0.3 -->
## [v2.0.3](https://github.com/chef/inspec/tree/v2.0.3) (2018-02-16)
#### Merged Pull Requests
- Prevent resources from loading if supports check fails [#2665](https://github.com/chef/inspec/pull/2665) ([jquick](https://github.com/jquick))
- Remove duplicated encryption key test. [#2671](https://github.com/chef/inspec/pull/2671) ([juliandunn](https://github.com/juliandunn))
<!-- latest_release -->
<!-- release_rollup since=1.51.18 -->
### Changes since 1.51.18 release
#### Merged Pull Requests
- Remove duplicated encryption key test. [#2671](https://github.com/chef/inspec/pull/2671) ([juliandunn](https://github.com/juliandunn)) <!-- 2.0.3 -->
- Prevent resources from loading if supports check fails [#2665](https://github.com/chef/inspec/pull/2665) ([jquick](https://github.com/jquick)) <!-- 2.0.2 -->
- Add in release-2.0 changes to master [#2655](https://github.com/chef/inspec/pull/2655) ([jquick](https://github.com/jquick)) <!-- 2.0.1 -->
- package resource: Fix Windows package detection [#2624](https://github.com/chef/inspec/pull/2624) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.51.20 -->

View file

@ -1 +1 @@
2.0.2
2.0.3

View file

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