mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 2.2.37 by Chef Expeditor
This commit is contained in:
parent
706493f2f3
commit
fee139bafb
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.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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.36
|
||||
2.2.37
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.36'
|
||||
VERSION = '2.2.37'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue