From 934ffef0432b0245691b08487a7a5f094c90dc6f Mon Sep 17 00:00:00 2001 From: John Keiser Date: Thu, 28 Jan 2016 12:22:43 -0800 Subject: Bump revision to 4.5.0 --- CHANGELOG.md | 13 +++++++++++++ lib/chef_zero/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7634e27..cce1efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [Unreleased](https://github.com/chef/chef-zero/tree/HEAD) + +[Full Changelog](https://github.com/chef/chef-zero/compare/v4.4.2...HEAD) + +**Merged pull requests:** + +- Make ACLs for policies/policy\_groups/cookbook\_artifacts work [\#194](https://github.com/chef/chef-zero/pull/194) ([jkeiser](https://github.com/jkeiser)) +- Return 410 on /controls so we stop skipping that pedant spec. [\#192](https://github.com/chef/chef-zero/pull/192) ([randomcamel](https://github.com/randomcamel)) +- Enable container specs. [\#191](https://github.com/chef/chef-zero/pull/191) ([randomcamel](https://github.com/randomcamel)) +- Enable headers pedant tests [\#190](https://github.com/chef/chef-zero/pull/190) ([danielsdeleo](https://github.com/danielsdeleo)) +- Enable knife pedant tests [\#189](https://github.com/chef/chef-zero/pull/189) ([danielsdeleo](https://github.com/danielsdeleo)) +- Start running policy and cookbook artifact tests [\#187](https://github.com/chef/chef-zero/pull/187) ([jkeiser](https://github.com/jkeiser)) + ## [v4.4.2](https://github.com/chef/chef-zero/tree/v4.4.2) (2016-01-15) [Full Changelog](https://github.com/chef/chef-zero/compare/v4.4.1...v4.4.2) diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index b3209eb..6fb6e7e 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = '4.4.2' + VERSION = '4.5.0' end -- cgit v1.2.1