Bump version to 3.0.15 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-10-29 20:01:55 +00:00
parent 559d6d3178
commit b7b9581202
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,10 +1,10 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.0.14 --> <!-- latest_release 3.0.15 -->
## [v3.0.14](https://github.com/inspec/inspec/tree/v3.0.14) (2018-10-25) ## [v3.0.15](https://github.com/inspec/inspec/tree/v3.0.15) (2018-10-29)
#### Enhancements #### Merged Pull Requests
- ✓ adds additional checks for vendored profiles [#3362](https://github.com/inspec/inspec/pull/3362) ([chris-rock](https://github.com/chris-rock)) - Modernize omnibus config and reduce omnibus package size [#3543](https://github.com/inspec/inspec/pull/3543) ([tas50](https://github.com/tas50))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=3.0.12 --> <!-- release_rollup since=3.0.12 -->
@ -14,6 +14,7 @@
- ✓ adds additional checks for vendored profiles [#3362](https://github.com/inspec/inspec/pull/3362) ([chris-rock](https://github.com/chris-rock)) <!-- 3.0.14 --> - ✓ adds additional checks for vendored profiles [#3362](https://github.com/inspec/inspec/pull/3362) ([chris-rock](https://github.com/chris-rock)) <!-- 3.0.14 -->
#### Merged Pull Requests #### Merged Pull Requests
- Modernize omnibus config and reduce omnibus package size [#3543](https://github.com/inspec/inspec/pull/3543) ([tas50](https://github.com/tas50)) <!-- 3.0.15 -->
- Adding inspec init profile for GCP. [#3484](https://github.com/inspec/inspec/pull/3484) ([skpaterson](https://github.com/skpaterson)) <!-- 3.0.13 --> - Adding inspec init profile for GCP. [#3484](https://github.com/inspec/inspec/pull/3484) ([skpaterson](https://github.com/skpaterson)) <!-- 3.0.13 -->
<!-- release_rollup --> <!-- release_rollup -->

View file

@ -1 +1 @@
3.0.14 3.0.15

View file

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