summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordB <dblock@dblock.org>2015-03-31 11:04:51 -0400
committerdB <dblock@dblock.org>2015-03-31 11:04:51 -0400
commit7f369314e499fc80094b8c5887df3ea8d32bd3dc (patch)
treed44bee10be2ffda4f9a7b1fc3bcc570f0c36be3a
parentfd07b8076954275a9c65bfc462fc55d38b027e6d (diff)
downloadhashie-3.4.1.tar.gz
Preparing for release, 3.4.1.v3.4.1
-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 0a1aae9..92635b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,9 @@
-## Next Release
+## 3.4.1
* [#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).
-* Your contribution here
## 3.4.0 (02/02/2015)
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 7fbff2f..98f272d 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.4.0'
+ VERSION = '3.4.1'
end