summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2014-11-26 10:59:51 -0500
committerdblock <dblock@dblock.org>2014-11-26 11:02:31 -0500
commitc6b6d2817f55691a72fdc879eb57fe8301de8cd0 (patch)
tree75c0cfa72234e018aac2b935e1718d918237aa73
parentdf704887b181d357b68aef1e4521a8148f903ca8 (diff)
downloadhashie-c6b6d2817f55691a72fdc879eb57fe8301de8cd0.tar.gz
Preparing for release, 3.3.2.v3.3.2
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/hashie/version.rb2
2 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d0a8d4..a54943e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Next Release
+## 3.3.2 (11/26/2014)
* [#233](https://github.com/intridea/hashie/pull/233): Custom error messages for required properties in Hashie::Dash subclasses - [@joss](https://github.com/joss).
* [#231](https://github.com/intridea/hashie/pull/231): Added support for coercion on class type that inherit from Hash - [@gregory](https://github.com/gregory).
@@ -6,7 +6,6 @@
* [#224](https://github.com/intridea/hashie/pull/224): Merging Hashie::Mash now correctly only calls the block on duplicate values - [@amysutedja](https://github.com/amysutedja).
* [#221](https://github.com/intridea/hashie/pull/221): Reduce amount of allocated objects on calls with suffixes in Hashie::Mash - [@kubum](https://github.com/kubum).
* [#245](https://github.com/intridea/hashie/pull/245): Added Hashie::Extensions::MethodAccessWithOverride to autoloads - [@Fritzinger](https://github.com/Fritzinger).
-* Your contribution here.
## 3.3.1 (8/26/2014)
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 9ae315a..3c0126f 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.3.1'
+ VERSION = '3.3.2'
end