mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
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:
parent
f19f54c676
commit
8358ec5861
4 changed files with 8 additions and 7 deletions
|
@ -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'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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.6.1
|
||||
4.6.2
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.6.1".freeze
|
||||
VERSION = "4.6.2".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue