bump 2.0.5

This commit is contained in:
Jerry Cheung 2013-05-10 11:58:46 -07:00
parent 961f71872f
commit 3321005d0b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '2.0.4'
VERSION = '2.0.5'
end