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:
Chef Expeditor 2019-04-11 20:23:32 +00:00
parent 03385b98ba
commit afe936ead1
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 10 additions and 4 deletions

View file

@ -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-&gt;Input Rename: Rename cli option [#3879](https://github.com/inspec/inspec/pull/3879) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.0.4 -->

View file

@ -1 +1 @@
4.0.4
4.0.5

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = '4.0.4'.freeze
VERSION = '4.0.5'.freeze
end