Skip to content

Commit

Permalink
Release v4.2.0 (#267)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Leff <adam@leff.co>
  • Loading branch information
adamleff committed Aug 10, 2017
1 parent c1a3cbf commit 6d1da41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log

## [v4.2.0](https://github.com/chef-cookbooks/audit/tree/v4.2.0) (2017-08-10)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v4.1.1...v4.2.0)

**Closed issues:**

- Support inspec attributes [\#261](https://github.com/chef-cookbooks/audit/issues/261)

**Merged pull requests:**

- Add test for InSpec Attributes functionality [\#266](https://github.com/chef-cookbooks/audit/pull/266) ([adamleff](https://github.com/adamleff))
- Disable default source when using user-supplied gem source [\#265](https://github.com/chef-cookbooks/audit/pull/265) ([adamleff](https://github.com/adamleff))
- Support for attributes within audit cookbook [\#262](https://github.com/chef-cookbooks/audit/pull/262) ([mhedgpeth](https://github.com/mhedgpeth))

## [v4.1.1](https://github.com/chef-cookbooks/audit/tree/v4.1.1) (2017-07-18)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v4.1.0...v4.1.1)

Expand All @@ -10,6 +23,7 @@

**Merged pull requests:**

- Release 4.1.1 [\#263](https://github.com/chef-cookbooks/audit/pull/263) ([alexpop](https://github.com/alexpop))
- Fix inspec hosted profile diagram for Chef Supermarket [\#260](https://github.com/chef-cookbooks/audit/pull/260) ([alexpop](https://github.com/alexpop))
- Non-null header value required for using chef-automate fetcher \(\#258\) [\#259](https://github.com/chef-cookbooks/audit/pull/259) ([ChefRycar](https://github.com/ChefRycar))

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
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 '4.1.1'
version '4.2.0'

source_url 'https://github.com/chef-cookbooks/audit'
issues_url 'https://github.com/chef-cookbooks/audit/issues'
Expand Down

0 comments on commit 6d1da41

Please sign in to comment.