summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2021-11-08 14:47:35 -0500
committerdblock <dblock@dblock.org>2021-11-08 14:47:35 -0500
commite201d4006d6b4b1146930707a388254e80e8675e (patch)
tree7e2096579af6777e02d5782956f53c71643758f0
parent02b528a0e39a869edc786db17dee8dd2aa9a0fd7 (diff)
downloadhashie-e201d4006d6b4b1146930707a388254e80e8675e.tar.gz
Preparing for next development iteration, 5.0.1.
-rw-r--r--CHANGELOG.md32
-rw-r--r--README.md3
-rw-r--r--lib/hashie/version.rb2
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