summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md26
-rw-r--r--README.md2
2 files changed, 3 insertions, 25 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).
diff --git a/README.md b/README.md
index ae5d0c7..4268248 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the next release of Hashie, which should be 3.5.7. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.5.6](https://github.com/intridea/hashie/blob/v3.5.6/README.md).
+You're reading the documentation for the stable release of Hashie, 3.5.7. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
## Hash Extensions