From 3cfa2b3e080dcbb839504d8d35c35ed47d9fafe3 Mon Sep 17 00:00:00 2001 From: dblock Date: Fri, 29 Apr 2016 12:33:09 -0400 Subject: [PATCH] Preparing for release, 3.4.4. --- CHANGELOG.md | 24 ++---------------------- README.md | 2 +- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0638094..792b1f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,26 +6,14 @@ scheme are considered to be bugs. [semver]: http://semver.org/spec/v2.0.0.html -## [Unreleased][unreleased] +## [3.4.4] - 2016-04-29 -[unreleased]: https://github.com/intridea/hashie/compare/v3.4.3...master +[3.4.4]: https://github.com/intridea/hashie/compare/v3.4.3...v3.4.4 ### Added * [#349](https://github.com/intridea/hashie/pull/349): Convert `Hashie::Mash#dig` arguments for Ruby 2.3.0 - [@k0kubun](https://github.com/k0kubun). -### Changed - -* Nothing yet. - -### Deprecated - -* Nothing yet. - -### Removed - -* Nothing yet. - ### Fixed * [#240](https://github.com/intridea/hashie/pull/240): Fixed nesting twice with Clash keys - [@bartoszkopinski](https://github.com/bartoszkopinski). @@ -35,14 +23,6 @@ scheme are considered to be bugs. * [#346](https://github.com/intridea/hashie/pull/346): Fixed `merge` breaking indifferent access - [@docwhat](https://github.com/docwhat), [@michaelherold](https://github.com/michaelherold). * [#350](https://github.com/intridea/hashie/pull/350): Fixed from string translations used with `IgnoreUndeclared` - [@marshall-lee](https://github.com/marshall-lee). -### Security - -* Nothing yet. - -### Miscellanous - -* Nothing yet. - ## [3.4.3] - 2015-10-25 [3.4.3]: https://github.com/intridea/hashie/compare/v3.4.2...v3.4.3 diff --git a/README.md b/README.md index 9b6d6fa2..98f62cf8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ gem install hashie ## Upgrading -You're reading the documentation for the next release of Hashie, which should be 3.4.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.4.3](https://github.com/intridea/hashie/blob/v3.4.3/README.md). +You're reading the documentation for the stable release of Hashie, 3.4.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. ## Hash Extensions