mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.0.37 by Expeditor
This commit is contained in:
parent
e4e907624a
commit
b8d165d13f
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.0.36 -->
|
||||
## [v2.0.36](https://github.com/chef/inspec/tree/v2.0.36) (2018-03-02)
|
||||
<!-- latest_release 2.0.37 -->
|
||||
## [v2.0.37](https://github.com/chef/inspec/tree/v2.0.37) (2018-03-06)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update name of subnet fixture, fixing 3 failing integration tests [#2765](https://github.com/chef/inspec/pull/2765) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- iptables resource: Add support for other bin paths [#2783](https://github.com/chef/inspec/pull/2783) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.0.32 -->
|
||||
### Changes since 2.0.32 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- iptables resource: Add support for other bin paths [#2783](https://github.com/chef/inspec/pull/2783) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.37 -->
|
||||
- Update name of subnet fixture, fixing 3 failing integration tests [#2765](https://github.com/chef/inspec/pull/2765) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.0.36 -->
|
||||
|
||||
#### Enhancements
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.36
|
||||
2.0.37
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.0.36'
|
||||
VERSION = '2.0.37'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue