Bump version to 4.6.11 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-07-03 22:38:48 +00:00
parent eee7006e19
commit 90b109dff6
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 10 additions and 10 deletions

View file

@ -1,18 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.6.10 -->
## [v4.6.10](https://github.com/inspec/inspec/tree/v4.6.10) (2019-07-02)
<!-- latest_release 4.6.11 -->
## [v4.6.11](https://github.com/inspec/inspec/tree/v4.6.11) (2019-07-03)
#### Bug Fixes
- Debian service detection for Buster [#4233](https://github.com/inspec/inspec/pull/4233) ([jaredledvina](https://github.com/jaredledvina))
#### Enhancements
- Add CLI target examples for Windows domain users [#4238](https://github.com/inspec/inspec/pull/4238) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
#### Merged Pull Requests
- Deprecate Ubuntu-14 [#4254](https://github.com/inspec/inspec/pull/4254) ([christopher-snapp](https://github.com/christopher-snapp))
<!-- latest_release -->
<!-- release_rollup since=4.6.9 -->
### Changes since 4.6.9 release
#### Merged Pull Requests
- Deprecate Ubuntu-14 [#4254](https://github.com/inspec/inspec/pull/4254) ([christopher-snapp](https://github.com/christopher-snapp)) <!-- 4.6.11 -->
#### Bug Fixes
- Debian service detection for Buster [#4233](https://github.com/inspec/inspec/pull/4233) ([jaredledvina](https://github.com/jaredledvina)) <!-- 4.6.10 -->

View file

@ -1 +1 @@
4.6.10
4.6.11

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.6.10".freeze
VERSION = "4.6.11".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.6.10".freeze
VERSION = "4.6.11".freeze
end