summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2014-07-10 09:33:18 -0400
committerdblock <dblock@dblock.org>2014-07-10 09:33:18 -0400
commite4e841b374358fd27349ba2a7b1b8b6890b9915f (patch)
tree02bc9038b9539089dffaaca1fb82d25e487fe574
parent546511db1024f4cea75784f6a3d7208db10db767 (diff)
downloadhashie-e4e841b374358fd27349ba2a7b1b8b6890b9915f.tar.gz
Preparing for next development iteration, 3.2.1.
-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 c41538d..6ad6d96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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).
diff --git a/README.md b/README.md
index 6167ac8..db08db3 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 7e611ee..524a2e3 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.2.0'
+ VERSION = '3.2.1'
end