From f4af7aa22227869c3b1c33f69e7f858fb2db7eab Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Wed, 8 May 2024 08:52:06 -0400 Subject: [PATCH 1/2] Bump FairDiceRoll::VERSION --- lib/fair_dice_roll/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fair_dice_roll/version.rb b/lib/fair_dice_roll/version.rb index 89465ee..d31dc2c 100644 --- a/lib/fair_dice_roll/version.rb +++ b/lib/fair_dice_roll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FairDiceRoll - VERSION = Gem::Version.new("7.0.1") + VERSION = Gem::Version.new("8.0.0") end From 9c00730341dbaa77dae8a2a8a27ff8ecdbc737c5 Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Wed, 8 May 2024 08:53:40 -0400 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49f7a1..3b4732b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] - 2024-05-08 + +### Changed + +- Re-roll + ## [7.0.1] - 2024-04-15 ### Fixed @@ -78,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release! -[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...HEAD +[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...v8.0.0 [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