From 231c3abd052e606820297a97e4bc32bdab656a02 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 18 Jun 2014 16:26:40 -0700 Subject: Bump revision to 2.2 --- CHANGELOG.md | 4 ++++ lib/chef_zero/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a309b7..6a14fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Chef Zero CHANGELOG =================== +# 2.2 (6/18/2014) + +- allow port ranges to be passed in as enumerables, which will be tried in sequence until one works: `ChefZero::Server.new(:port => 80.upto(100))` + # 2.1.5 (6/2/2014) - fix issue with :single_org => not being honored diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 7c2ba6b..3eb4bd9 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = '2.1.5' + VERSION = '2.2' end -- cgit v1.2.1