diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bd48a0f..1b59877fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [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 -- ✓ adds additional checks for vendored profiles [#3362](https://github.com/inspec/inspec/pull/3362) ([chris-rock](https://github.com/chris-rock)) +#### Merged Pull Requests +- Modernize omnibus config and reduce omnibus package size [#3543](https://github.com/inspec/inspec/pull/3543) ([tas50](https://github.com/tas50)) @@ -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)) #### Merged Pull Requests +- Modernize omnibus config and reduce omnibus package size [#3543](https://github.com/inspec/inspec/pull/3543) ([tas50](https://github.com/tas50)) - Adding inspec init profile for GCP. [#3484](https://github.com/inspec/inspec/pull/3484) ([skpaterson](https://github.com/skpaterson)) diff --git a/VERSION b/VERSION index 513cc0b6c..312883d27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.14 \ No newline at end of file +3.0.15 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index cd3aa74c3..fa91d2c71 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.14' + VERSION = '3.0.15' end