From 69625e574fe5a430eac94d4a10df3982b3fc9506 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Fri, 26 Aug 2016 00:08:30 +0200 Subject: [PATCH] 0.14.3 --- CHANGELOG.md | 8 ++++++++ Rakefile | 3 +++ metadata.rb | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af531c79..f6bc231a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v0.14.3](https://github.com/chef-cookbooks/audit/tree/v0.14.3) (2016-08-26) +[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v0.14.2...v0.14.3) + +**Merged pull requests:** + +- improve compliance refresh token handling [\#85](https://github.com/chef-cookbooks/audit/pull/85) ([chris-rock](https://github.com/chris-rock)) +- Minor fixes and changes [\#84](https://github.com/chef-cookbooks/audit/pull/84) ([tas50](https://github.com/tas50)) + ## [v0.14.2](https://github.com/chef-cookbooks/audit/tree/v0.14.2) (2016-08-16) [Full Changelog](https://github.com/chef-cookbooks/audit/compare/v0.14.1...v0.14.2) diff --git a/Rakefile b/Rakefile index f33119db..bd3be1b9 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,8 @@ #!/usr/bin/env rake +# Import other external rake tasks +Dir.glob('tasks/*.rake').each { |r| import r } + # Style tests. cookstyle (rubocop) and Foodcritic namespace :style do begin diff --git a/metadata.rb b/metadata.rb index 15446777..605ea87b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ license 'Apache 2.0' description 'Allows for fetching and executing compliance profiles, and reporting its results' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.14.2' +version '0.14.3' source_url 'https://github.com/chef-cookbooks/audit' issues_url 'https://github.com/chef-cookbooks/audit/issues'