summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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