summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-05-27 19:01:23 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-05-27 19:01:23 -0700
commit9a1500be6d98828454a740c77403f1b3e74e28ed (patch)
tree66cc0c7d0cd4a1f5f3d31595662e816a83dffe43
parent4687590750dd3993ad5351f38285dedd62aa309e (diff)
downloadchef-zero-9a1500be6d98828454a740c77403f1b3e74e28ed.tar.gz
Bump revision to 2.1.4v2.1.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d302d06..eff5a52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Chef Zero CHANGELOG
===================
+# 2.1.4 (5/27/2014)
+
+- fix issue with global Thread.exit_on_exception being set
+
# 2.1.3 (5/27/2014)
- rspec: default port to 8900 to not conflict with normal default port
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 66a7a25..24b8851 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '2.1.3'
+ VERSION = '2.1.4'
end