bump 2.0.3

This commit is contained in:
Jerry Cheung 2013-03-18 14:11:46 -07:00
parent 7feaddd2d0
commit 2937e60854
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# CHANGELOG
## 2.0.3
* Hashie::Mash.new(abc: true).respond_to?(:abc?) works 7even #88
* Fix #replace jimeh #68
## 2.0.2
* adding symbolize_keys back to to_hash cromulus #85

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '2.0.2'
VERSION = '2.0.3'
end