summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-15 13:37:42 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-15 13:37:42 -0800
commit0dde070fdee53429acf1967dac2c91de7eb5fa5d (patch)
treec210f994db006c09dc1e377c66aba58cb4c9af76
parent6123100d8a93ee9fad8c3b0530065e9bb376dcef (diff)
downloadchef-zero-0dde070fdee53429acf1967dac2c91de7eb5fa5d.tar.gz
Bump revision to 4.3.3v4.4.2
-rw-r--r--CHANGELOG.md13
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 862bc93..c6ca4a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,20 @@
# Change Log
-## [4.4.1](https://github.com/chef/chef-zero/tree/4.4.1) (2016-01-14)
-[Full Changelog](https://github.com/chef/chef-zero/compare/v4.4.0...4.4.1)
+## [4.3.3](https://github.com/chef/chef-zero/tree/4.3.3) (2016-01-15)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v4.4.1...4.3.3)
+
+**Merged pull requests:**
+
+- Make hoovering and deleting parent dir work everywhere for cookbook\_artifacts [\#186](https://github.com/chef/chef-zero/pull/186) ([jkeiser](https://github.com/jkeiser))
+- Explain why omnibus/authz/authN/validation checks are skipped [\#185](https://github.com/chef/chef-zero/pull/185) ([danielsdeleo](https://github.com/danielsdeleo))
+
+## [v4.4.1](https://github.com/chef/chef-zero/tree/v4.4.1) (2016-01-14)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v4.4.0...v4.4.1)
**Merged pull requests:**
- Only test master branch and PRs [\#184](https://github.com/chef/chef-zero/pull/184) ([danielsdeleo](https://github.com/danielsdeleo))
+- Internal orgs appears to be unused in oc-chef-pedant [\#183](https://github.com/chef/chef-zero/pull/183) ([danielsdeleo](https://github.com/danielsdeleo))
- Fix cookbook\_artifact rspec [\#182](https://github.com/chef/chef-zero/pull/182) ([jkeiser](https://github.com/jkeiser))
- Point chef-server back to master [\#180](https://github.com/chef/chef-zero/pull/180) ([thommay](https://github.com/thommay))
- Ignore the universe endpoint tests in pedant [\#176](https://github.com/chef/chef-zero/pull/176) ([thommay](https://github.com/thommay))
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 700f039..b3209eb 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '4.4.1'
+ VERSION = '4.4.2'
end