summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-06-19 13:47:55 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-19 13:48:09 -0700
commit28fe2928469885b0138de4d4270c6eccac8ab482 (patch)
tree1e10f083576a9c96e5b937a2b33fdc55e680afb9
parent25fbb5c93d6598869466091d6ffd56fbf38988f7 (diff)
downloadchef-zero-4.2.3.tar.gz
Bump revision to 4.2.3v4.2.3
-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 43b3f44..9cf9890 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Chef Zero CHANGELOG
===================
+# 4.2.3
+
+* [PR#143](https://github.com/chef/chef-zero/pull/143): Fix server_scope: :context
+
# 4.2.2
* [PR#133](https://github.com/chef/chef-zero/pull/133): Fix RSpec
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 3e07823..274c30f 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '4.2.2'
+ VERSION = '4.2.3'
end