diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5e8a5e2..357574037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,26 @@ # Change Log -## [0.14.6](https://github.com/chef/inspec/tree/0.14.6) (2016-03-01) -[Full Changelog](https://github.com/chef/inspec/compare/v0.14.5...0.14.6) +## [0.14.7](https://github.com/chef/inspec/tree/0.14.7) (2016-03-01) +[Full Changelog](https://github.com/chef/inspec/compare/v0.14.6...0.14.7) + +**Fixed bugs:** + +- `compliance` command does not work with self-signed https [\#511](https://github.com/chef/inspec/issues/511) + +**Closed issues:** + +- check error - digest: no implicit conversion of nil into String \(TypeError\) [\#509](https://github.com/chef/inspec/issues/509) + +**Merged pull requests:** + +- adds a insecure option [\#512](https://github.com/chef/inspec/pull/512) ([chris-rock](https://github.com/chris-rock)) + +## [v0.14.6](https://github.com/chef/inspec/tree/v0.14.6) (2016-03-01) +[Full Changelog](https://github.com/chef/inspec/compare/v0.14.5...v0.14.6) + +**Implemented enhancements:** + +- Improve Supermarket CLI [\#508](https://github.com/chef/inspec/pull/508) ([alexpop](https://github.com/alexpop)) **Fixed bugs:** @@ -9,7 +28,7 @@ **Merged pull requests:** -- Improve Supermarket CLI [\#508](https://github.com/chef/inspec/pull/508) ([alexpop](https://github.com/alexpop)) +- 0.14.6 [\#510](https://github.com/chef/inspec/pull/510) ([chris-rock](https://github.com/chris-rock)) ## [v0.14.5](https://github.com/chef/inspec/tree/v0.14.5) (2016-02-29) [Full Changelog](https://github.com/chef/inspec/compare/v0.14.4...v0.14.5) diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 00e21bdfd..72e0c8a66 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -3,5 +3,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '0.14.6'.freeze + VERSION = '0.14.7'.freeze end