diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d44455fd..6f916a169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.63](https://github.com/inspec/inspec/tree/v3.0.63) (2018-12-06) + +## [v3.0.64](https://github.com/inspec/inspec/tree/v3.0.64) (2018-12-06) #### Enhancements -- Remove Habitat package run time dependencies from Habitat plan [#3645](https://github.com/inspec/inspec/pull/3645) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) ### Changes since 3.0.61 release #### Enhancements +- Update Habitat plugin [#3646](https://github.com/inspec/inspec/pull/3646) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Remove Habitat package run time dependencies from Habitat plan [#3645](https://github.com/inspec/inspec/pull/3645) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Further slim the files we ship in the gem artifact [#3647](https://github.com/inspec/inspec/pull/3647) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index eefcac2bd..8515c0529 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.63 \ No newline at end of file +3.0.64 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6397f1889..772cd5f94 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.63' + VERSION = '3.0.64' end