summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Cheung <jch@whatcodecraves.com>2013-05-10 11:58:46 -0700
committerJerry Cheung <jch@whatcodecraves.com>2013-05-10 11:58:46 -0700
commit3321005d0bd77e0811a2cea6dbbd302d8e86851f (patch)
tree44b96c5442c2b012ad01217c041dedeb42bd721e
parent961f71872f57ddb53818b2b322f70692461957c2 (diff)
downloadhashie-2.0.5.tar.gz
bump 2.0.5v2.0.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/hashie/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a4c4d0..9a87a6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+## 2.0.5
+
+* make coercion work better with non-symbol keys in mash wapcaplet #96
+
## 2.0.4
* make #fetch method consistent with normal Hash markiz #94
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 77a6b5b..f4e74e4 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '2.0.4'
+ VERSION = '2.0.5'
end