Preparing for release, 2.1.1.

This commit is contained in:
dblock 2014-04-12 15:34:45 -04:00
parent d1c958ed03
commit 378c62ab41
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
## Next Release
## 2.1.1 (4/12/2014)
* [#144](https://github.com/intridea/hashie/issues/144): Fixed regression invoking `to_hash` with no parameters - [@mbleigh](https://github.com/mbleigh).
## 2.1.0 (4/6/2014)
* [#134](https://github.com/intridea/hashie/pull/134): Add deep_fetch extension for nested access - [@tylerdooling](https://github.com/tylerdooling).
* Removed support for Ruby 1.8.7 - [@dblock](https://github.com/dblock).

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '2.1.0'
VERSION = '2.1.1'
end