summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2015-06-02 08:51:29 -0500
committerMichael Herold <michael.j.herold@gmail.com>2015-06-02 08:51:29 -0500
commitb7405dca6d8d03c1650083119215a6eaf4125d91 (patch)
tree604b3798d9f069b225a085bc229495c66bbb146d
parent02df8918dd07ef2da1aceba5fd17e8757027345a (diff)
downloadhashie-b7405dca6d8d03c1650083119215a6eaf4125d91.tar.gz
Preparing for next release, 3.4.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
-rw-r--r--lib/hashie/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9a6c96..a5740cf 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 3f09efb..940d510 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 40d6826..d836574 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