Preparing for next release, 3.4.3

This commit is contained in:
Michael Herold 2015-06-02 08:51:29 -05:00
parent 02df8918dd
commit b7405dca6d
3 changed files with 6 additions and 2 deletions

View File

@ -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).

View File

@ -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

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.4.2'
VERSION = '3.4.3'
end