summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-11 10:42:39 -0700
committerJohn Keiser <john@johnkeiser.com>2015-05-11 10:42:39 -0700
commit999edafa91924b5ac30258b530574163bd648f19 (patch)
treed7ccac94584c1b90f2d70d78b7f1c218f43d8092
parent43ac2730542e376d68f5df2ae3afeb1e586690c8 (diff)
downloadmixlib-config-999edafa91924b5ac30258b530574163bd648f19.tar.gz
Update revision to 2.2.0v2.2.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/mixlib/config/version.rb2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 540eb49..f4e443c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# mixlib-config Changelog
-## Unreleased
+## 2.2.0 (5/11/2015)
+
+- Fix strict mode errors to print symbol (@jkeiser)
+- Pin rspec to version 2 (@sethvargo)
+- Move has_key? to key? for new-ruby happiness (@sethvargo
## Last Release: 2.1.0 (12/05/2013)
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index a9a94b2..de2d2b6 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.1.0"
+ VERSION = "2.2.0"
end
end