Bump version to 4.11.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-08 15:32:53 +00:00
parent c28dd8f9ec
commit 8fad74d4a2
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 10 additions and 7 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.10.7 -->
## [v4.10.7](https://github.com/inspec/inspec/tree/v4.10.7) (2019-08-08)
<!-- latest_release 4.11.0 -->
## [v4.11.0](https://github.com/inspec/inspec/tree/v4.11.0) (2019-08-08)
#### Bug Fixes
- Fixed syntax errors in wmi doco. [#4370](https://github.com/inspec/inspec/pull/4370) ([zenspider](https://github.com/zenspider))
#### New Features
- Add startuser windows service [#4363](https://github.com/inspec/inspec/pull/4363) ([mbaitelman](https://github.com/mbaitelman))
<!-- latest_release -->
<!-- release_rollup since=4.10.4 -->
### Changes since 4.10.4 release
#### New Features
- Add startuser windows service [#4363](https://github.com/inspec/inspec/pull/4363) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.11.0 -->
#### Bug Fixes
- Fixed syntax errors in wmi doco. [#4370](https://github.com/inspec/inspec/pull/4370) ([zenspider](https://github.com/zenspider)) <!-- 4.10.7 -->

View file

@ -1 +1 @@
4.10.7
4.11.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.10.7".freeze
VERSION = "4.11.0".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.10.7".freeze
VERSION = "4.11.0".freeze
end