mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 2.0.32 by Expeditor
This commit is contained in:
parent
dd033fbf1b
commit
f7e8266e6a
3 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.0.31 -->
|
||||
## [v2.0.31](https://github.com/chef/inspec/tree/v2.0.31) (2018-03-01)
|
||||
<!-- latest_release 2.0.32 -->
|
||||
## [v2.0.32](https://github.com/chef/inspec/tree/v2.0.32) (2018-03-01)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Docs: Clarify Matchers page to speak about Universal matchers [#2754](https://github.com/chef/inspec/pull/2754) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- mssql_session - Handling cases where the data is nil [#2752](https://github.com/chef/inspec/pull/2752) ([frezbo](https://github.com/frezbo))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.0.17 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- package resource: Fix `brew` package detection [#2730](https://github.com/chef/inspec/pull/2730) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.21 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- mssql_session - Handling cases where the data is nil [#2752](https://github.com/chef/inspec/pull/2752) ([frezbo](https://github.com/frezbo)) <!-- 2.0.32 -->
|
||||
- Docs: Clarify Matchers page to speak about Universal matchers [#2754](https://github.com/chef/inspec/pull/2754) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.0.31 -->
|
||||
- virtualization_resource: Fix `NoMethodError` on `nil:NilClass` [#2603](https://github.com/chef/inspec/pull/2603) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.30 -->
|
||||
- Updated omnibus `postinst` script to symlink to appbundle created binstubs [#2732](https://github.com/chef/inspec/pull/2732) ([miah](https://github.com/miah)) <!-- 2.0.29 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.31
|
||||
2.0.32
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.0.31'
|
||||
VERSION = '2.0.32'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue