Bump version to 1.31.2 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-07-24 16:11:30 +00:00
parent e06c943599
commit 885a7e90ca
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log
<!-- latest_release -->
## [v1.31.2](https://github.com/chef/inspec/tree/v1.31.2) (2017-07-24)
#### Merged Pull Requests
- [JEX-608] Use Expeditor to bump version and trigger release build [#2015](https://github.com/chef/inspec/pull/2015) ([schisamo](https://github.com/schisamo))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=1.31.1 -->
### Changes since 1.31.1 release
#### Merged Pull Requests
- [JEX-608] Use Expeditor to bump version and trigger release build [#2015](https://github.com/chef/inspec/pull/2015) ([schisamo](https://github.com/schisamo)) <!-- 1.31.2 -->
<!-- release_rollup -->
## [v1.31.1](https://github.com/chef/inspec/tree/v1.31.1) (2017-07-06)
@ -187,4 +195,4 @@
[Full Changelog](https://github.com/chef/inspec/compare/v1.21.0...v1.22.0)
## [v1.21.0](https://github.com/chef/inspec/tree/v1.21.0) (2017-04-24)
[Full Changelog](https://github.com/chef/inspec/compare/v1.20.0...v1.21.0)
[Full Changelog](https://github.com/chef/inspec/compare/v1.20.0...v1.21.0)

View file

@ -1 +1 @@
1.31.1
1.31.2

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.31.1'.freeze
VERSION = '1.31.2'.freeze
end