summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-08-08 16:41:13 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-08-08 16:41:13 -0700
commit24f5669b95c1fcc035e77d88d00c6e92e94a801a (patch)
treefc20b33670926f26095e06633b7ddf78cb42dde5
parent98c2f7148ccaad1af3f237094f9f664368c2a024 (diff)
downloadchef-zero-1.5.5.tar.gz
Release version 1.5.5v1.5.5
-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 103a949..52dc432 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.5.5
+
+- Fix issue with - in term (name:a-b)
+
# 1.5.4
- Fix issue where run_lists in format cookbook::recipe@version do not depsolve
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 7708707..2478728 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '1.5.4'
+ VERSION = '1.5.5'
end