Bump version to 3.0.40 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-11-08 18:43:41 +00:00
parent cebe044a68
commit 53dce69a15
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.0.39 -->
## [v3.0.39](https://github.com/inspec/inspec/tree/v3.0.39) (2018-11-08)
<!-- latest_release 3.0.40 -->
## [v3.0.40](https://github.com/inspec/inspec/tree/v3.0.40) (2018-11-08)
#### Enhancements
- Allow add_test to accept negation [#3586](https://github.com/inspec/inspec/pull/3586) ([rachelrice](https://github.com/rachelrice))
#### Bug Fixes
- Update iis_site bindingInformation construction and add tests [#3492](https://github.com/inspec/inspec/pull/3492) ([mrshanahan](https://github.com/mrshanahan))
<!-- latest_release -->
<!-- release_rollup since=3.0.25 -->
### Changes since 3.0.25 release
#### Bug Fixes
- Update iis_site bindingInformation construction and add tests [#3492](https://github.com/inspec/inspec/pull/3492) ([mrshanahan](https://github.com/mrshanahan)) <!-- 3.0.40 -->
- Silence RSpec &#39;should&#39; Warning [#3560](https://github.com/inspec/inspec/pull/3560) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.0.29 -->
#### Enhancements

View file

@ -1 +1 @@
3.0.39
3.0.40

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '3.0.39'
VERSION = '3.0.40'
end