Bump version to 2.0.21 by Expeditor

This commit is contained in:
Chef Expeditor 2018-02-23 14:01:26 +00:00
parent 448eeb4637
commit 30ff651cbf
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.0.20 -->
## [v2.0.20](https://github.com/chef/inspec/tree/v2.0.20) (2018-02-22)
<!-- latest_release 2.0.21 -->
## [v2.0.21](https://github.com/chef/inspec/tree/v2.0.21) (2018-02-23)
#### Merged Pull Requests
- Update maintainers file [#2728](https://github.com/chef/inspec/pull/2728) ([jquick](https://github.com/jquick))
#### Bug Fixes
- package resource: Fix `brew` package detection [#2730](https://github.com/chef/inspec/pull/2730) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=2.0.17 -->
### Changes since 2.0.17 release
#### Bug Fixes
- package resource: Fix `brew` package detection [#2730](https://github.com/chef/inspec/pull/2730) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.21 -->
#### Merged Pull Requests
- Update maintainers file [#2728](https://github.com/chef/inspec/pull/2728) ([jquick](https://github.com/jquick)) <!-- 2.0.20 -->
- remove release-2.0 branch from Travis [#2718](https://github.com/chef/inspec/pull/2718) ([juliandunn](https://github.com/juliandunn)) <!-- 2.0.19 -->

View file

@ -1 +1 @@
2.0.20
2.0.21

View file

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