summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordB <dblock@dblock.org>2015-03-31 11:05:46 -0400
committerdB <dblock@dblock.org>2015-03-31 11:05:46 -0400
commite764bb35ab4c556736c772a036790f349ff208a3 (patch)
tree89bcffc629091cad9d18432cd20ab91aca352dd8
parent7f369314e499fc80094b8c5887df3ea8d32bd3dc (diff)
downloadhashie-e764bb35ab4c556736c772a036790f349ff208a3.tar.gz
Preparing for next development iteration, 3.4.2.
-rw-r--r--CHANGELOG.md8
-rw-r--r--lib/hashie/version.rb2
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92635b1..f79c418 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,15 @@
-## 3.4.1
+## Next Release
+
+* Your contribution here
+
+## 3.4.1 (3/31/2015)
* [#269](https://github.com/intridea/hashie/pull/272): Added Hashie::Extensions::DeepLocate - [@msievers](https://github.com/msievers).
* [#270](https://github.com/intridea/hashie/pull/277): Fixed ArgumentError raised when using IndifferentAccess and HashWithIndifferentAccess - [@gardenofwine](https://github.com/gardenofwine).
* [#281](https://github.com/intridea/hashie/pull/281): Added #reverse_merge to Mash to override ActiveSupport's version - [@mgold](https://github.com/mgold).
* [#282](https://github.com/intridea/hashie/pull/282): Fixed coercions in a subclass accumulating in the superclass - [@maxlinc](https://github.com/maxlinc), [@martinstreicher](https://github.com/martinstreicher).
-## 3.4.0 (02/02/2015)
+## 3.4.0 (2/02/2015)
* [#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 98f272d..40d6826 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.4.1'
+ VERSION = '3.4.2'
end