CHANGELOG.md in hash_ish-0.4.0 vs CHANGELOG.md in hash_ish-0.4.1

- old
+ new

@@ -1,15 +1,17 @@ +## 0.4.1 (2015-11-14) + +Improvements: +- Add versioning to gems in gemspec + ## 0.4.0 (2015-11-14) Features: - No longer inherits from Hash (instead, call `.to_h` on instance) - Add JSON support - Values that are empty Hashes now remain a Hash -Bug fixes: -- Removed square_brackets - -## 0.3.0 (2015-11-13) +## 0.3.0 (2015-11-12) Features: - Can now add default values - HashIsh now returns instance of self