Prepare for next development iteration, 3.5.1

This commit is contained in:
Michael Herold 2017-01-31 09:27:21 -06:00
parent cf8d7172bd
commit 3ec07c8728
2 changed files with 31 additions and 1 deletions

View File

@ -6,6 +6,36 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
## [Unreleased](https://github.com/intridea/hashie/compare/v3.5.0...master)
### Added
* Your contribution here.
### Changed
* Your contribution here.
### Deprecated
* Your contribution here.
### Removed
* Your contribution here.
### Fixed
* Your contribution here.
### Security
* Your contribution here.
### Miscellanous
* Your contribution here.
## [3.5.0] - 2017-01-31
* [#386](https://github.com/intridea/hashie/pull/386): Fix for #385: Make `deep_merge` always `deep_dup` nested hashes before merging them in so that there are no shared references between the two hashes being merged. - [@mltsy](https://github.com/mltsy).

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.5.0'
VERSION = '3.5.1'
end