summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md28
-rw-r--r--README.md2
2 files changed, 3 insertions, 27 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67a4c10..09af9e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,25 +6,9 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
-## [Unreleased][unreleased]
+## [3.5.3] - 2017-02-11
-[unreleased]: https://github.com/intridea/hashie/compare/v3.5.2...master
-
-### Added
-
-* Your contribution here.
-
-### Changed
-
-* Your contribution here.
-
-### Deprecated
-
-* Your contribution here.
-
-### Removed
-
-* Your contribution here.
+[3.5.3]: https://github.com/intridea/hashie/compare/v3.5.2...v3.5.3
### Fixed
@@ -32,14 +16,6 @@ scheme are considered to be bugs.
* [#406](https://github.com/intridea/hashie/pull/406): Ensure that subclasses that disable warnings propagate that setting to grandchild classes - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
-### Security
-
-* Your contribution here.
-
-### Miscellanous
-
-* Your contribution here.
-
## [3.5.2] - 2017-02-10
[3.5.2]: https://github.com/intridea/hashie/compare/v3.5.1...v3.5.2
diff --git a/README.md b/README.md
index a869a69..750e61d 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.3. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.5.2](https://github.com/intridea/hashie/blob/v3.5.2/README.md).
+You're reading the documentation for the stable release of Hashie, 3.5.3. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
## Hash Extensions