Bump version to 2.2.38 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-07-17 15:42:47 +00:00
parent 02cb93ec23
commit d95ccadac7
3 changed files with 9 additions and 6 deletions

View file

@ -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 &#39;inspec init profile&#39; 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 &#39;inspec init profile&#39; 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 -->

View file

@ -1 +1 @@
2.2.37 2.2.38

View file

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