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 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