summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-28 12:22:43 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-28 12:22:43 -0800
commit934ffef0432b0245691b08487a7a5f094c90dc6f (patch)
treeab4dcfe1013e55971065f304e0d3dac4c3fad6aa
parent59d187df7b3acfa99a448fd9374fcd17303bffc8 (diff)
downloadchef-zero-jk/bump-4.5.0.tar.gz
Bump revision to 4.5.0jk/bump-4.5.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 14 insertions, 1 deletions
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