Preparing for next development iteration, 3.2.1.

This commit is contained in:
dblock 2014-07-10 09:33:18 -04:00
parent 546511db10
commit e4e841b374
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 3.2.1 (Next)
* Your contribution here.
## 3.2.0 (7/10/2014)
* [#164](https://github.com/intridea/hashie/pull/164), [#165](https://github.com/intridea/hashie/pull/165), [#166](https://github.com/intridea/hashie/pull/166): Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWithIndifferentAccess values - [@numinit](https://github.com/numinit), [@kgrz](https://github.com/kgrz).

View File

@ -12,7 +12,7 @@ $ gem install hashie
## Upgrading
You're reading the documentation for the stable release of Hashie, 3.2.0. 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.2.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.2.0](https://github.com/intridea/hashie/blob/v3.2.0/README.md).
## Hash Extensions

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.2.0'
VERSION = '3.2.1'
end