summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2015-10-25 14:57:36 -0400
committerdblock <dblock@dblock.org>2015-10-25 14:57:45 -0400
commit20a03f0542144b9949b55a7348340d95c6dca5d7 (patch)
tree3bab72553dd8a9c49d283671ab95fb99a21da3fd
parent33a2b6f2653849824e329a07db2a74761221f5f6 (diff)
downloadhashie-20a03f0542144b9949b55a7348340d95c6dca5d7.tar.gz
Preparing for next development iteration, 3.4.4. [ci skip]
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md4
-rw-r--r--lib/hashie/version.rb2
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06a6775..cf581d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## 3.4.2 (10/25/2015)
+## 3.4.4 (Next)
+
+* Your contribution here.
+
+## 3.4.3 (10/25/2015)
* [#314](https://github.com/intridea/hashie/pull/314): Added a `StrictKeyAccess` extension that will raise an error whenever a key is accessed that does not exist in the hash - [@pboling](https://github.com/pboling).
* [#304](https://github.com/intridea/hashie/pull/304): Ensured compatibility of `Hash` extensions with singleton objects - [@regexident](https://github.com/regexident).
diff --git a/README.md b/README.md
index 4c94cdd..ef524d9 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,9 @@ Hashie is available as a RubyGem:
$ gem install hashie
```
-## Stable Release
+## Upgrading
-You're reading the documentation for the stable release [3.4.3](https://github.com/intridea/hashie/blob/v3.4.3/README.md).
+You're reading the documentation for the next release of Hashie, which should be 3.4.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.4.4](https://github.com/intridea/hashie/blob/v3.4.3/README.md).
## Hash Extensions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index d836574..4517075 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.4.3'
+ VERSION = '3.4.4'
end