mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 2.2.38 by Chef Expeditor
This commit is contained in:
parent
02cb93ec23
commit
d95ccadac7
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.37 -->
|
||||
## [v2.2.37](https://github.com/inspec/inspec/tree/v2.2.37) (2018-07-16)
|
||||
<!-- latest_release 2.2.38 -->
|
||||
## [v2.2.38](https://github.com/inspec/inspec/tree/v2.2.38) (2018-07-17)
|
||||
|
||||
#### New Features
|
||||
- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Enhancements
|
||||
- Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.35 -->
|
||||
### Changes since 2.2.35 release
|
||||
|
||||
#### Enhancements
|
||||
- Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.38 -->
|
||||
|
||||
#### New Features
|
||||
- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.37 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.37
|
||||
2.2.38
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.37'
|
||||
VERSION = '2.2.38'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue