mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 4.0.5 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
03385b98ba
commit
afe936ead1
3 changed files with 10 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,7 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 4.0.5 -->
|
||||
## [v4.0.5](https://github.com/inspec/inspec/tree/v4.0.5) (2019-04-11)
|
||||
|
||||
#### New Features
|
||||
- Telemetry Object Model [#3928](https://github.com/inspec/inspec/pull/3928) ([miah](https://github.com/miah))
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix winrm no-such-transport test [#3927](https://github.com/inspec/inspec/pull/3927) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
|
@ -10,6 +13,9 @@
|
|||
<!-- release_rollup since=3.9.0 -->
|
||||
### Changes since 3.9.0 release
|
||||
|
||||
#### New Features
|
||||
- Telemetry Object Model [#3928](https://github.com/inspec/inspec/pull/3928) ([miah](https://github.com/miah)) <!-- 4.0.5 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.0.4
|
||||
4.0.5
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = '4.0.4'.freeze
|
||||
VERSION = '4.0.5'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue