Bump version to 2.1.76 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-05-16 18:07:47 +00:00
parent 8b4d365114
commit 9b44cd933d
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.1.75 -->
## [v2.1.75](https://github.com/chef/inspec/tree/v2.1.75) (2018-05-16)
<!-- latest_release 2.1.76 -->
## [v2.1.76](https://github.com/chef/inspec/tree/v2.1.76) (2018-05-16)
#### Merged Pull Requests
- Add a passthrough for report_uuid [#3057](https://github.com/chef/inspec/pull/3057) ([jquick](https://github.com/jquick))
- Fix www build for node v10 [#3049](https://github.com/chef/inspec/pull/3049) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=2.1.72 -->
### Changes since 2.1.72 release
#### Merged Pull Requests
- Fix www build for node v10 [#3049](https://github.com/chef/inspec/pull/3049) ([miah](https://github.com/miah)) <!-- 2.1.76 -->
- Add a passthrough for report_uuid [#3057](https://github.com/chef/inspec/pull/3057) ([jquick](https://github.com/jquick)) <!-- 2.1.75 -->
- 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 -->

View file

@ -1 +1 @@
2.1.75
2.1.76

View file

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