From 3ec07c87281344ed64d814e588c5dc7ed03e7203 Mon Sep 17 00:00:00 2001 From: Michael Herold Date: Tue, 31 Jan 2017 09:27:21 -0600 Subject: Prepare for next development iteration, 3.5.1 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ lib/hashie/version.rb | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e3cbe..69c59e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb index f851cba..30b335b 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '3.5.0' + VERSION = '3.5.1' end -- cgit v1.2.1