mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
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:
parent
d8132689de
commit
9e07bf8fbd
3 changed files with 7 additions and 5 deletions
|
@ -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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.15
|
||||
4.1.16
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = '4.1.15'.freeze
|
||||
VERSION = '4.1.16'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue