summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2017-12-19 14:41:35 -0600
committerMichael Herold <michael.j.herold@gmail.com>2017-12-19 14:41:35 -0600
commite88e9e8664b5a6c74efe3bb7bec2d2c61ab75370 (patch)
treeeb34a1b8e1c6ed89b2a03e8607fb77d587cc26a1 /CHANGELOG.md
parentdabdcd17e7d482cbc7f153ddc20149353d02a56d (diff)
downloadhashie-e88e9e8664b5a6c74efe3bb7bec2d2c61ab75370.tar.gz
Preparing for release 3.5.7v3.5.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 2 insertions, 24 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88722f5..42992f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,36 +6,14 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
-## [Unreleased][unreleased]
+## [3.5.7] - 2017-12-19
-[unreleased]: https://github.com/intridea/hashie/compare/v3.5.6...master
-
-### Added
-
-* Your contribution here.
-
-### Changed
-
-* Your contribution here.
-
-### Deprecated
-
-* Your contribution here.
-
-### Removed
-
-* Your contribution here.
+[3.5.7]: https://github.com/intridea/hashie/compare/v3.5.6...v3.5.7
### Fixed
[#430](https://github.com/intridea/hashie/pull/430): Fix Hashie::Rash randomly losing items - [@Antti](https://github.com/Antti)
-* Your contribution here.
-
-### Security
-
-* Your contribution here.
-
### Miscellaneous
* [#425](https://github.com/intridea/hashie/pull/425): Update rubies in CI - [@kachick](https://github.com/kachick).