diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ede64f8..60bbbf6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [v2.3.3](https://github.com/chef-cookbooks/audit/tree/v2.3.3) (2017-01-04) +[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v2.3.2...v2.3.3) + +**Closed issues:** + +- Run Chef Automate integration tests in travis [\#178](https://github.com/chef-cookbooks/audit/issues/178) +- Unable to use GIT as a profile source [\#172](https://github.com/chef-cookbooks/audit/issues/172) + +**Merged pull requests:** + +- fixing \#184 [\#186](https://github.com/chef-cookbooks/audit/pull/186) ([jeremymv2](https://github.com/jeremymv2)) +- Mention uploading profiles to Automate [\#183](https://github.com/chef-cookbooks/audit/pull/183) ([alexpop](https://github.com/alexpop)) +- Travis and kitchen-ec2 testing [\#181](https://github.com/chef-cookbooks/audit/pull/181) ([alexpop](https://github.com/alexpop)) + ## [v2.3.2](https://github.com/chef-cookbooks/audit/tree/v2.3.2) (2016-12-08) [Full Changelog](https://github.com/chef-cookbooks/audit/compare/v2.3.1...v2.3.2) diff --git a/attributes/default.rb b/attributes/default.rb index 5640ebc4..4827cc86 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -17,7 +17,7 @@ # controls inspec gem version to install # example values: '1.1.0', 'latest' -default['audit']['inspec_version'] = '1.7.1' +default['audit']['inspec_version'] = '1.8.0' # sets URI to alternate gem source # example values: nil, 'https://mygem.server.com' diff --git a/metadata.rb b/metadata.rb index 3d4be1bc..c09b9eea 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 '2.3.2' +version '2.3.3' source_url 'https://github.com/chef-cookbooks/audit' issues_url 'https://github.com/chef-cookbooks/audit/issues'