summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md2
-rw-r--r--lib/hashie/version.rb2
3 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58cae85..0b66f89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,10 @@
-## Next Release
+## 3.1 (7/25/2014)
* [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement to_hash - [@gregory](https://github.com/gregory).
* [#171](https://github.com/intridea/hashie/pull/171): Include Trash and Dash class name when raising `NoMethodError` - [@gregory](https://github.com/gregory).
* [#172](https://github.com/intridea/hashie/pull/172): Added Dash and Trash#update_attributes! - [@gregory](https://github.com/gregory).
* [#173](https://github.com/intridea/hashie/pull/173): Auto include Dash::IndifferentAccess when IndiferentAccess is included in Dash - [@gregory](https://github.com/gregory).
* [#174](https://github.com/intridea/hashie/pull/174): Fixed `from` and `transform_with` Trash features when IndifferentAccess is included - [@gregory](https://github.com/gregory).
-* Your contribution here.
## 3.0 (6/3/2014)
diff --git a/README.md b/README.md
index 242c2f8..337ea6a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the next release of Hashie, which should be 3.0.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.0](https://github.com/intridea/hashie/blob/v3.0.0/README.md).
+You're reading the documentation for the stable release of Hashie, 3.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
## Hash Extensions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 41304e5..61a3707 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.0.1'
+ VERSION = '3.1.0'
end