Skip to content

Commit

Permalink
Merge pull request #15 from laserlemon/v8
Browse files Browse the repository at this point in the history
Prepare v8
  • Loading branch information
laserlemon authored May 24, 2024
2 parents 4008ae6 + 9c00730 commit 2fd0cbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/fair_dice_roll/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2fd0cbf

Please sign in to comment.