Skip to content

Commit

Permalink
Bump to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon authored Apr 15, 2024
1 parent 60861e1 commit c2a6f99
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]

## [7.0.1] - 2024-04-15

### Fixed

- Corrected link in contribution steps

## [7.0.0] - 2024-04-15

### Added
Expand Down Expand Up @@ -72,7 +78,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.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
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.0")
VERSION = Gem::Version.new("7.0.1")
end

0 comments on commit c2a6f99

Please sign in to comment.