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:
Chef Expeditor 2018-12-20 18:30:07 +00:00
parent 3008c98061
commit 93223f5f2f
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -1 +1 @@
3.2.1
3.2.2

View file

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