mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.3.16 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
933387e739
commit
89492f1a22
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.3.15 -->
|
||||
## [v2.3.15](https://github.com/inspec/inspec/tree/v2.3.15) (2018-10-10)
|
||||
<!-- latest_release 2.3.16 -->
|
||||
## [v2.3.16](https://github.com/inspec/inspec/tree/v2.3.16) (2018-10-10)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove 'demo' from website. [#3475](https://github.com/inspec/inspec/pull/3475) ([miah](https://github.com/miah))
|
||||
#### Bug Fixes
|
||||
- small fix - update to AlpinePkg Class [#3483](https://github.com/inspec/inspec/pull/3483) ([aaronlippold](https://github.com/aaronlippold))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.3.10 -->
|
||||
### Changes since 2.3.10 release
|
||||
|
||||
#### Bug Fixes
|
||||
- small fix - update to AlpinePkg Class [#3483](https://github.com/inspec/inspec/pull/3483) ([aaronlippold](https://github.com/aaronlippold)) <!-- 2.3.16 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove 'demo' from website. [#3475](https://github.com/inspec/inspec/pull/3475) ([miah](https://github.com/miah)) <!-- 2.3.15 -->
|
||||
- Enable compression for deb/rpm packages [#3472](https://github.com/inspec/inspec/pull/3472) ([tas50](https://github.com/tas50)) <!-- 2.3.14 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3.15
|
||||
2.3.16
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.3.15'
|
||||
VERSION = '2.3.16'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue