mirror of
https://github.com/inspec/inspec
synced 2025-02-18 06:58:40 +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
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 2.2.37 -->
|
<!-- latest_release 2.2.38 -->
|
||||||
## [v2.2.37](https://github.com/inspec/inspec/tree/v2.2.37) (2018-07-16)
|
## [v2.2.38](https://github.com/inspec/inspec/tree/v2.2.38) (2018-07-17)
|
||||||
|
|
||||||
#### New Features
|
#### Enhancements
|
||||||
- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
- Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=2.2.35 -->
|
<!-- release_rollup since=2.2.35 -->
|
||||||
### Changes since 2.2.35 release
|
### 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
|
#### New Features
|
||||||
- command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.37 -->
|
- 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
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.37'
|
VERSION = '2.2.38'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue