CHANGELOG.md in fair_dice_roll-7.0.0 vs CHANGELOG.md in fair_dice_roll-7.0.1
- old
+ new
@@ -5,10 +5,16 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [7.0.1] - 2024-04-15
+
+### Fixed
+
+- Corrected link in contribution steps
+
## [7.0.0] - 2024-04-15
### Added
- Support for truly random Random.random_number, Random#random_number, and SecureRandom.rand methods
@@ -70,10 +76,11 @@
### Added
- Initial release!
-[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...HEAD
+[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...HEAD
+[7.0.1]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v6.0.0...v7.0.0
[6.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0.rc1...v5.1.0
[5.1.0.rc1]: https://github.com/laserlemon/fair_dice_roll/compare/v5.0.0...v5.1.0.rc1
[5.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v4.0.0...v5.0.0