Bump version to 2.3.2 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-09-27 20:04:53 +00:00
parent 8b5655764f
commit ed444b742b
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,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.3.1 -->
## [v2.3.1](https://github.com/inspec/inspec/tree/v2.3.1) (2018-09-27)
<!-- latest_release 2.3.2 -->
## [v2.3.2](https://github.com/inspec/inspec/tree/v2.3.2) (2018-09-27)
#### Merged Pull Requests
- RFC inspec style guide [#3356](https://github.com/inspec/inspec/pull/3356) ([arlimus](https://github.com/arlimus))
- Pin postgresql to a lower cookbook version [#3449](https://github.com/inspec/inspec/pull/3449) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.2.112 -->
@ -14,6 +14,7 @@
- Support the Busybox variant of netstat in the port resource [#3425](https://github.com/inspec/inspec/pull/3425) ([RoboticCheese](https://github.com/RoboticCheese)) <!-- 2.2.119 -->
#### Merged Pull Requests
- Pin postgresql to a lower cookbook version [#3449](https://github.com/inspec/inspec/pull/3449) ([jquick](https://github.com/jquick)) <!-- 2.3.2 -->
- RFC inspec style guide [#3356](https://github.com/inspec/inspec/pull/3356) ([arlimus](https://github.com/arlimus)) <!-- 2.3.1 -->
- Bump minor version [#3448](https://github.com/inspec/inspec/pull/3448) ([jquick](https://github.com/jquick)) <!-- 2.3.0 -->
- Add support for multiple descriptions for controls [#3424](https://github.com/inspec/inspec/pull/3424) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.120 -->

View file

@ -1 +1 @@
2.3.1
2.3.2

View file

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