Bump version to 4.1.16 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-04-26 17:11:57 +00:00
parent d8132689de
commit 9e07bf8fbd
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 7 additions and 5 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.1.15 -->
## [v4.1.15](https://github.com/inspec/inspec/tree/v4.1.15) (2019-04-25)
<!-- latest_release 4.1.16 -->
## [v4.1.16](https://github.com/inspec/inspec/tree/v4.1.16) (2019-04-26)
#### Merged Pull Requests
- Appveyor Config Changes [#3983](https://github.com/inspec/inspec/pull/3983) ([miah](https://github.com/miah))
- Use a updated OS Image in Appveyor [#3985](https://github.com/inspec/inspec/pull/3985) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=3.9.0 -->
@ -16,6 +16,7 @@
- Telemetry Object Model [#3928](https://github.com/inspec/inspec/pull/3928) ([miah](https://github.com/miah)) <!-- 4.0.5 -->
#### Merged Pull Requests
- Use a updated OS Image in Appveyor [#3985](https://github.com/inspec/inspec/pull/3985) ([miah](https://github.com/miah)) <!-- 4.1.16 -->
- Appveyor Config Changes [#3983](https://github.com/inspec/inspec/pull/3983) ([miah](https://github.com/miah)) <!-- 4.1.15 -->
- Update deprecation settings for v4 [#3973](https://github.com/inspec/inspec/pull/3973) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.1.14 -->
- Provide logger to license-acceptance for help debugging in the future [#3958](https://github.com/inspec/inspec/pull/3958) ([tyler-ball](https://github.com/tyler-ball)) <!-- 4.1.13 -->
@ -51,6 +52,7 @@
## [v3.9.2](https://github.com/inspec/inspec/tree/v3.9.2) (2019-04-08)
#### Merged Pull Requests
- Use a updated OS Image in Appveyor [#3985](https://github.com/inspec/inspec/pull/3985) ([miah](https://github.com/miah)) <!-- 4.1.16 -->
- Appveyor Config Changes [#3983](https://github.com/inspec/inspec/pull/3983) ([miah](https://github.com/miah)) <!-- 4.1.15 -->
- Update deprecation settings for v4 [#3973](https://github.com/inspec/inspec/pull/3973) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.1.14 -->
- Provide logger to license-acceptance for help debugging in the future [#3958](https://github.com/inspec/inspec/pull/3958) ([tyler-ball](https://github.com/tyler-ball)) <!-- 4.1.13 -->

View file

@ -1 +1 @@
4.1.15
4.1.16

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = '4.1.15'.freeze
VERSION = '4.1.16'.freeze
end