Bump version to 4.12.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-08-15 18:47:02 +00:00
parent 85d7c74db6
commit 8eded7e258
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.11.5 -->
## [v4.11.5](https://github.com/inspec/inspec/tree/v4.11.5) (2019-08-13)
<!-- latest_release 4.12.0 -->
## [v4.12.0](https://github.com/inspec/inspec/tree/v4.12.0) (2019-08-15)
#### Merged Pull Requests
- Begin signing MSI&#39;s with renewed Windows Signing Cert [#4386](https://github.com/inspec/inspec/pull/4386) ([schisamo](https://github.com/schisamo))
- Add deps on train 3 and train-winrm 0.2 [#4355](https://github.com/inspec/inspec/pull/4355) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.10.4 -->
@ -18,6 +18,7 @@
- Fixed syntax errors in wmi doco. [#4370](https://github.com/inspec/inspec/pull/4370) ([zenspider](https://github.com/zenspider)) <!-- 4.10.7 -->
#### Merged Pull Requests
- Add deps on train 3 and train-winrm 0.2 [#4355](https://github.com/inspec/inspec/pull/4355) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.12.0 -->
- Begin signing MSI&#39;s with renewed Windows Signing Cert [#4386](https://github.com/inspec/inspec/pull/4386) ([schisamo](https://github.com/schisamo)) <!-- 4.11.5 -->
- Moved the osx? guard below minitest/autorun. [#4381](https://github.com/inspec/inspec/pull/4381) ([zenspider](https://github.com/zenspider)) <!-- 4.11.4 -->
- change announcement to LCR Road Trip [#4379](https://github.com/inspec/inspec/pull/4379) ([shaunyap](https://github.com/shaunyap)) <!-- 4.11.3 -->

View file

@ -1 +1 @@
4.11.5
4.12.0

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.11.5".freeze
VERSION = "4.12.0".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.11.5".freeze
VERSION = "4.12.0".freeze
end