Bump version to 2.1.21 by Expeditor

This commit is contained in:
Chef Expeditor 2018-03-29 17:02:13 +00:00
parent d3b90a7c9f
commit 4e13564ea0
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.20 -->
## [v2.1.20](https://github.com/chef/inspec/tree/v2.1.20) (2018-03-29)
<!-- latest_release 2.1.21 -->
## [v2.1.21](https://github.com/chef/inspec/tree/v2.1.21) (2018-03-29)
#### Merged Pull Requests
- Pin to Train 1.3.0. [#2898](https://github.com/chef/inspec/pull/2898) ([jquick](https://github.com/jquick))
#### Bug Fixes
- Pw/pip windows bug [#2883](https://github.com/chef/inspec/pull/2883) ([pwelch](https://github.com/pwelch))
<!-- latest_release -->
<!-- release_rollup since=2.1.10 -->
@ -20,6 +20,7 @@
- registry_key resource was returning an incorrect value [#2871](https://github.com/chef/inspec/pull/2871) ([omar-irizarry](https://github.com/omar-irizarry)) <!-- 2.1.14 -->
#### Bug Fixes
- Pw/pip windows bug [#2883](https://github.com/chef/inspec/pull/2883) ([pwelch](https://github.com/pwelch)) <!-- 2.1.21 -->
- Change route_table_id Regular Expression for correctness [#2885](https://github.com/chef/inspec/pull/2885) ([TrevorBramble](https://github.com/TrevorBramble)) <!-- 2.1.19 -->
- Pin concurrent-ruby to version 1.0 to fix kitchen-ansible example [#2879](https://github.com/chef/inspec/pull/2879) ([visibilityspots](https://github.com/visibilityspots)) <!-- 2.1.13 -->

View file

@ -1 +1 @@
2.1.20
2.1.21

View file

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