summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2014-11-26 11:03:32 -0500
committerdblock <dblock@dblock.org>2014-11-26 11:03:32 -0500
commit3319a55ff065deca2a595a50f0d223ce09d42128 (patch)
tree4b5aa0423bba73e019677eb276e2bda743401dbe
parentc6b6d2817f55691a72fdc879eb57fe8301de8cd0 (diff)
downloadhashie-3319a55ff065deca2a595a50f0d223ce09d42128.tar.gz
Preparing for the 3.3.3 development iteration.
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/hashie/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a54943e..f4684b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## Next
+
+* Your contribution here.
+
## 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).
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 3c0126f..01bd0bb 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.3.2'
+ VERSION = '3.3.3'
end