summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Cheung <jch@whatcodecraves.com>2013-04-23 19:46:45 -0700
committerJerry Cheung <jch@whatcodecraves.com>2013-04-23 19:46:45 -0700
commit0c71bb2043fea64372aefb92a53936627f5964e5 (patch)
treee5a9be26440a502456e303b858242bb941d6779b
parent1194ddd525d612a776db413f4ef870f599cda423 (diff)
downloadhashie-2.0.4.tar.gz
bump 2.0.4v2.0.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/hashie/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02649d9..6a4c4d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG
+## 2.0.4
+
+* make #fetch method consistent with normal Hash markiz #94
+* various doc tweaks craiglittle #90
+
## 2.0.3
* Hashie::Mash.new(abc: true).respond_to?(:abc?) works 7even #88
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 864023a..77a6b5b 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '2.0.3'
+ VERSION = '2.0.4'
end