mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.0.7 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
c88250d87b
commit
e456a1786d
3 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 4.0.7 -->
|
||||
## [v4.0.7](https://github.com/inspec/inspec/tree/v4.0.7) (2019-04-12)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove the omnibus override to use train 1.X [#3940](https://github.com/inspec/inspec/pull/3940) ([tas50](https://github.com/tas50))
|
||||
|
||||
#### Enhancements
|
||||
- Add inspec-habitat resources to website docs [#3941](https://github.com/inspec/inspec/pull/3941) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
|
@ -15,6 +18,7 @@
|
|||
- Telemetry Object Model [#3928](https://github.com/inspec/inspec/pull/3928) ([miah](https://github.com/miah)) <!-- 4.0.5 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove the omnibus override to use train 1.X [#3940](https://github.com/inspec/inspec/pull/3940) ([tas50](https://github.com/tas50)) <!-- 4.0.7 -->
|
||||
- Fix winrm no-such-transport test [#3927](https://github.com/inspec/inspec/pull/3927) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.0.4 -->
|
||||
- Attribute->Input Rename: Rename cli option [#3879](https://github.com/inspec/inspec/pull/3879) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.0.4 -->
|
||||
- Remove EOL Ubuntu / macOS platform testing [#3910](https://github.com/inspec/inspec/pull/3910) ([tas50](https://github.com/tas50)) <!-- 4.0.3 -->
|
||||
|
@ -33,6 +37,7 @@
|
|||
## [v3.9.2](https://github.com/inspec/inspec/tree/v3.9.2) (2019-04-08)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove the omnibus override to use train 1.X [#3940](https://github.com/inspec/inspec/pull/3940) ([tas50](https://github.com/tas50)) <!-- 4.0.7 -->
|
||||
- Fix winrm no-such-transport test [#3927](https://github.com/inspec/inspec/pull/3927) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.0.4 -->
|
||||
- Attribute->Input Rename: Rename cli option [#3879](https://github.com/inspec/inspec/pull/3879) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.0.4 -->
|
||||
- Remove EOL Ubuntu / macOS platform testing [#3910](https://github.com/inspec/inspec/pull/3910) ([tas50](https://github.com/tas50)) <!-- 4.0.3 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.0.6
|
||||
4.0.7
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = '4.0.6'.freeze
|
||||
VERSION = '4.0.7'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue