From e201d4006d6b4b1146930707a388254e80e8675e Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 8 Nov 2021 14:47:35 -0500 Subject: Preparing for next development iteration, 5.0.1. --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ README.md | 3 ++- lib/hashie/version.rb | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31acfaa..2380f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Any violations of this scheme are considered to be bugs. +## [Unreleased][unreleased] + +[unreleased]: https://github.com/hashie/hashie/compare/v5.0.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. + ## [5.0.0] - 2021-11-08 [5.0.0]: https://github.com/hashie/hashie/compare/v4.1.0...v5.0.0 diff --git a/README.md b/README.md index 721bdc5..a9250ad 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ $ gem install hashie ## Stable Release -You're reading the documentation for the stable release of Hashie, v5.0.0. +You're reading the documentation for the next release of Hashie, which should be 5.0.1. +The current stable release is [5.0.0](https://github.com/hashie/hashie/blob/v5.0.0/README.md). ## Hash Extensions diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb index e4ffc63..1c97af1 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '5.0.0'.freeze + VERSION = '5.0.1'.freeze end -- cgit v1.2.1