summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregory <greg2502@gmail.com>2015-02-02 19:52:55 -0800
committergregory <greg2502@gmail.com>2015-02-02 19:52:55 -0800
commitdc3bc1aa698324ad91b071b76f58fd6ce9423497 (patch)
tree18224e1fda191c08c06b7db1ff94ef51ff020aa2
parent7f63f343524d40d409e184004b809af382b0002d (diff)
downloadhashie-dc3bc1aa698324ad91b071b76f58fd6ce9423497.tar.gz
bump to 3.4.0v3.4.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/hashie/version.rb2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4333585..1b76eaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## Next
+## Next Release
+
+* Your contribution here
+
+## 3.4.0 (02/02/2014)
* [#271](https://github.com/intridea/hashie/pull/271): Added ability to define defaults based on current hash - [@gregory](https://github.com/gregory).
* [#247](https://github.com/intridea/hashie/pull/247): Fixed #stringify_keys and #symbolize_keys collision with ActiveSupport - [@bartoszkopinski](https://github.com/bartoszkopinski).
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 01bd0bb..7fbff2f 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.3.3'
+ VERSION = '3.4.0'
end