Bump version to 2.1.74 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-05-16 17:21:33 +00:00
parent 2dfad8ad31
commit 7ee4177baa
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.1.73 -->
## [v2.1.73](https://github.com/chef/inspec/tree/v2.1.73) (2018-05-16)
<!-- latest_release 2.1.74 -->
## [v2.1.74](https://github.com/chef/inspec/tree/v2.1.74) (2018-05-16)
#### Bug Fixes
- Fix matcher output when the args to the matcher are a hash for two resources [#3044](https://github.com/chef/inspec/pull/3044) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Merged Pull Requests
- Updating Copy To Clipboard for ruby users InSpec installation command [#3054](https://github.com/chef/inspec/pull/3054) ([subramani95](https://github.com/subramani95))
<!-- latest_release -->
<!-- release_rollup since=2.1.72 -->
### Changes since 2.1.72 release
#### Merged Pull Requests
- Updating Copy To Clipboard for ruby users InSpec installation command [#3054](https://github.com/chef/inspec/pull/3054) ([subramani95](https://github.com/subramani95)) <!-- 2.1.74 -->
#### Bug Fixes
- Fix matcher output when the args to the matcher are a hash for two resources [#3044](https://github.com/chef/inspec/pull/3044) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.73 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.1.73
2.1.74

View file

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