From dc3bc1aa698324ad91b071b76f58fd6ce9423497 Mon Sep 17 00:00:00 2001 From: gregory Date: Mon, 2 Feb 2015 19:52:55 -0800 Subject: bump to 3.4.0 --- CHANGELOG.md | 6 +++++- lib/hashie/version.rb | 2 +- 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 -- cgit v1.2.1