Skip to content

Commit

Permalink
0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 25, 2016
1 parent 5dd214f commit 69625e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 69625e5

Please sign in to comment.