mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.4.71 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
75aca544d1
commit
f28265358b
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.4.70 -->
|
||||
## [v4.4.70](https://github.com/inspec/inspec/tree/v4.4.70) (2019-06-04)
|
||||
<!-- latest_release 4.4.71 -->
|
||||
## [v4.4.71](https://github.com/inspec/inspec/tree/v4.4.71) (2019-06-04)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Stabilize windows functional testing [#4180](https://github.com/inspec/inspec/pull/4180) ([zenspider](https://github.com/zenspider))
|
||||
- Fixing docs so Warning note appears [#4183](https://github.com/inspec/inspec/pull/4183) ([mjingle](https://github.com/mjingle))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.3.2 -->
|
||||
|
@ -23,6 +23,7 @@
|
|||
- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.3.5 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fixing docs so Warning note appears [#4183](https://github.com/inspec/inspec/pull/4183) ([mjingle](https://github.com/mjingle)) <!-- 4.4.71 -->
|
||||
- Stabilize windows functional testing [#4180](https://github.com/inspec/inspec/pull/4180) ([zenspider](https://github.com/zenspider)) <!-- 4.4.70 -->
|
||||
- Turn off parallel testing (for now?) [#4177](https://github.com/inspec/inspec/pull/4177) ([zenspider](https://github.com/zenspider)) <!-- 4.4.69 -->
|
||||
- Replace jsonschema with json-schema [#4172](https://github.com/inspec/inspec/pull/4172) ([miah](https://github.com/miah)) <!-- 4.4.68 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.4.70
|
||||
4.4.71
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path('../..', __FILE__)
|
||||
VERSION = '4.4.70'.freeze
|
||||
VERSION = '4.4.71'.freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = '4.4.70'.freeze
|
||||
VERSION = '4.4.71'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue