From 378c62ab417dc05555fefa37f50ba908d7a98af5 Mon Sep 17 00:00:00 2001 From: dblock Date: Sat, 12 Apr 2014 15:34:45 -0400 Subject: Preparing for release, 2.1.1. --- CHANGELOG.md | 6 +++++- lib/hashie/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b48c0..3404edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## Next Release +## 2.1.1 (4/12/2014) + +* [#144](https://github.com/intridea/hashie/issues/144): Fixed regression invoking `to_hash` with no parameters - [@mbleigh](https://github.com/mbleigh). + +## 2.1.0 (4/6/2014) * [#134](https://github.com/intridea/hashie/pull/134): Add deep_fetch extension for nested access - [@tylerdooling](https://github.com/tylerdooling). * Removed support for Ruby 1.8.7 - [@dblock](https://github.com/dblock). diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb index eb4d716..28b9963 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '2.1.0' + VERSION = '2.1.1' end -- cgit v1.2.1