mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 2.1.74 by Chef Expeditor
This commit is contained in:
parent
2dfad8ad31
commit
7ee4177baa
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.73
|
||||
2.1.74
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.73'
|
||||
VERSION = '2.1.74'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue