From f94330154ea59e6788bf2eba1035a44e721765f6 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Wed, 9 Mar 2016 10:58:21 +0100 Subject: [PATCH] 0.15.0 --- CHANGELOG.md | 10 ++++++++-- lib/inspec/version.rb | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1945811fd..e75cf110b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## [0.14.9](https://github.com/chef/inspec/tree/0.14.9) (2016-03-08) -[Full Changelog](https://github.com/chef/inspec/compare/v0.14.8...0.14.9) +## [0.15.0](https://github.com/chef/inspec/tree/0.15.0) (2016-03-09) +[Full Changelog](https://github.com/chef/inspec/compare/v0.14.8...0.15.0) **Implemented enhancements:** @@ -10,12 +10,18 @@ **Fixed bugs:** +- Rename internal File and OS resource classes [\#527](https://github.com/chef/inspec/pull/527) ([arlimus](https://github.com/arlimus)) +- Placing all resources in the Inspec::Resources namespace [\#526](https://github.com/chef/inspec/pull/526) ([adamleff](https://github.com/adamleff)) - bugfix: inheritance of local profiles [\#524](https://github.com/chef/inspec/pull/524) ([arlimus](https://github.com/arlimus)) **Closed issues:** - Colo\[u\]r those dots and Fs! [\#518](https://github.com/chef/inspec/issues/518) +**Merged pull requests:** + +- 0.14.9 [\#525](https://github.com/chef/inspec/pull/525) ([arlimus](https://github.com/arlimus)) + ## [v0.14.8](https://github.com/chef/inspec/tree/v0.14.8) (2016-03-04) [Full Changelog](https://github.com/chef/inspec/compare/v0.14.7...v0.14.8) diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 2829ea3ca..98d2d03ff 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -3,5 +3,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '0.14.9'.freeze + VERSION = '0.15.0'.freeze end