From 0ef4f4b9da4d2c069b30b090f8525504c89dccde Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Mon, 8 Jul 2024 10:40:58 -0400 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4732b..50ec36d 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] +## [9.0.0] - 2024-07-08 + +### Changed + +- Re-roll + ## [8.0.0] - 2024-05-08 ### Changed @@ -84,7 +90,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/v8.0.0...HEAD +[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v9.0.0...HEAD +[9.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v8.0.0...v9.0.0 [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 From b8917d20b405f1b4ab2921a18193b4a9cedce0b1 Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Mon, 8 Jul 2024 10:41:54 -0400 Subject: [PATCH 2/2] Update version.rb --- 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 d31dc2c..c8707d0 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("8.0.0") + VERSION = Gem::Version.new("9.0.0") end