bump to 3.4.0

This commit is contained in:
gregory 2015-02-02 19:52:55 -08:00
parent 7f63f34352
commit dc3bc1aa69
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
## Next
## Next Release
* Your contribution here
## 3.4.0 (02/02/2014)
* [#271](https://github.com/intridea/hashie/pull/271): Added ability to define defaults based on current hash - [@gregory](https://github.com/gregory).
* [#247](https://github.com/intridea/hashie/pull/247): Fixed #stringify_keys and #symbolize_keys collision with ActiveSupport - [@bartoszkopinski](https://github.com/bartoszkopinski).

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.3.3'
VERSION = '3.4.0'
end