mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 3.2.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
3008c98061
commit
93223f5f2f
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 3.2.1 -->
|
||||
## [v3.2.1](https://github.com/inspec/inspec/tree/v3.2.1) (2018-12-20)
|
||||
<!-- latest_release 3.2.2 -->
|
||||
## [v3.2.2](https://github.com/inspec/inspec/tree/v3.2.2) (2018-12-20)
|
||||
|
||||
#### Bug Fixes
|
||||
- docker.containers: Ensure .labels returns an Array [#3673](https://github.com/inspec/inspec/pull/3673) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
- habitat packaging: Fix inspec wrapper linking to /bin/bash instead of the bash hab package [#3671](https://github.com/inspec/inspec/pull/3671) ([teknofire](https://github.com/teknofire))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.1.3 -->
|
||||
### Changes since 3.1.3 release
|
||||
|
||||
#### Bug Fixes
|
||||
- habitat packaging: Fix inspec wrapper linking to /bin/bash instead of the bash hab package [#3671](https://github.com/inspec/inspec/pull/3671) ([teknofire](https://github.com/teknofire)) <!-- 3.2.2 -->
|
||||
- docker.containers: Ensure .labels returns an Array [#3673](https://github.com/inspec/inspec/pull/3673) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.2.1 -->
|
||||
|
||||
#### New Features
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.1
|
||||
3.2.2
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.2.1'
|
||||
VERSION = '3.2.2'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue