Bump version to 2.2.37 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-07-16 12:21:12 +00:00
parent 706493f2f3
commit fee139bafb
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.2.36 -->
## [v2.2.36](https://github.com/inspec/inspec/tree/v2.2.36) (2018-07-13)
<!-- latest_release 2.2.37 -->
## [v2.2.37](https://github.com/inspec/inspec/tree/v2.2.37) (2018-07-16)
#### Merged Pull Requests
- docs: Fix formatting/style on InSpec DSL page [#3201](https://github.com/inspec/inspec/pull/3201) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
#### New Features
- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=2.2.35 -->
### Changes since 2.2.35 release
#### New Features
- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.37 -->
#### Merged Pull Requests
- docs: Fix formatting/style on InSpec DSL page [#3201](https://github.com/inspec/inspec/pull/3201) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.36 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.2.36
2.2.37

View file

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