summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-14 15:51:25 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-14 15:51:25 -0800
commitefdbc2e9e0cd98113fd448bb345f308ca9530df4 (patch)
tree4288edb3f0b930fe5d5a2be316f62d03943e3ed1
parenteb0c969eba62201bede1b60575197907c942331f (diff)
downloadchef-zero-efdbc2e9e0cd98113fd448bb345f308ca9530df4.tar.gz
Bump revision to 4.4.1v4.4.1
-rw-r--r--CHANGELOG.md10
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e16259a..862bc93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# 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)
+
+**Merged pull requests:**
+
+- Only test master branch and PRs [\#184](https://github.com/chef/chef-zero/pull/184) ([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))
+
## [v4.4.0](https://github.com/chef/chef-zero/tree/v4.4.0) (2015-12-11)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.3.2...v4.4.0)
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index f8ae263..700f039 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '4.4.0'
+ VERSION = '4.4.1'
end