From b7405dca6d8d03c1650083119215a6eaf4125d91 Mon Sep 17 00:00:00 2001 From: Michael Herold Date: Tue, 2 Jun 2015 08:51:29 -0500 Subject: [PATCH] Preparing for next release, 3.4.3 --- CHANGELOG.md | 4 ++++ README.md | 2 +- lib/hashie/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a6c96b..a5740cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Next Release + +* Your contribution here. + ## 3.4.2 (6/2/2015) * [#292](https://github.com/intridea/hashie/pull/292): Removed `Mash#id` and `Mash#type` - [@jrochkind](https://github.com/jrochkind). diff --git a/README.md b/README.md index 3f09efb6..940d510f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ gem install hashie ## Upgrading -You're reading the documentation for the stable release of Hashie, which is 3.4.2. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +You're reading the documentation for the next release of Hashie, which should be 3.4.3. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.4.2](https://github.com/intridea/hashie/blob/v3.4.2/README.md). ## Hash Extensions diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb index 40d6826e..d8365746 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '3.4.2' + VERSION = '3.4.3' end