Bump version to 4.6.2 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-06-17 16:29:26 +00:00
parent f19f54c676
commit 8358ec5861
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.6.1 -->
## [v4.6.1](https://github.com/inspec/inspec/tree/v4.6.1) (2019-06-14)
<!-- latest_release 4.6.2 -->
## [v4.6.2](https://github.com/inspec/inspec/tree/v4.6.2) (2019-06-17)
#### Merged Pull Requests
- Lets discuss this next week when we&#39;re all around =) [#4204](https://github.com/inspec/inspec/pull/4204) ([miah](https://github.com/miah))
#### Bug Fixes
- Fix Expeditor Version Bump Script [#4205](https://github.com/inspec/inspec/pull/4205) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.3.2 -->
### Changes since 4.3.2 release
#### Bug Fixes
- Fix Expeditor Version Bump Script [#4205](https://github.com/inspec/inspec/pull/4205) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.6.2 -->
- Fix two misrendering hyperlinks in resource docs [#4173](https://github.com/inspec/inspec/pull/4173) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.4.67 -->
- inspec check: Send log to STDERR when running with --format json [#4001](https://github.com/inspec/inspec/pull/4001) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.4.55 -->

View file

@ -1 +1 @@
4.6.1
4.6.2

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.1".freeze
VERSION = "4.6.2".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.6.1".freeze
VERSION = "4.6.2".freeze
end