From a1a8b0b2f87b9dbabef8c74f824de5aac8c6036b Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Sat, 1 Feb 2020 09:42:30 -0500 Subject: Preparing for next development iteration, 4.1.1. --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ README.md | 3 ++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac625f8..ce755eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,38 @@ scheme are considered to be bugs. [semver]: http://semver.org/spec/v2.0.0.html +## [Unreleased][unreleased] + +[unreleased]: https://github.com/hashie/hashie/compare/v4.1.0...master + +### Added + +* Your contribution here. + +### Changed + +* Your contribution here. + +### Deprecated + +* Your contribution here. + +### Removed + +* Your contribution here. + +### Fixed + +* Your contribution here. + +### Security + +* Your contribution here. + +### Miscellaneous + +* Your contribution here. + ## [4.1.0] - 2020-02-01 [4.1.0]: https://github.com/hashie/hashie/compare/v4.0.0...v4.1.0 diff --git a/README.md b/README.md index c997f13..7d0f8ca 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ $ gem install hashie ## Stable Release -You're reading the documentation for the stable release of Hashie, 4.1.0.(https://github.com/hashie/hashie/blob/v4.1.0/README.md). +You're reading the documentation for the next release of Hashie, which should be 4.1.1. +The current stable release is [4.1.0](https://github.com/hashie/hashie/blob/v4.1.0/README.md). ## Hash Extensions -- cgit v1.2.1