# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [9.0.0] - 2024-07-08 ### Changed - Re-roll ## [8.0.0] - 2024-05-08 ### Changed - Re-roll ## [7.0.1] - 2024-04-15 ### Fixed - Corrected link in contribution steps ## [7.0.0] - 2024-04-15 ### Added - Support for truly random Random.random_number, Random#random_number, and SecureRandom.rand methods - Support for maintained Ruby versions 3.0, 3.1, and 3.2 - RuboCop for code formatting - Test to assert proper XKCD code formatting ### Changed - Re-roll ### Removed - Support for EOL Ruby versions earlier than 3.0 ## [6.0.0] - 2015-09-01 ### Changed - Re-roll ## [5.1.0] - 2015-09-01 ### Changed - Officially promote the version 5.1.0 release candidate ## [5.1.0.rc1] - 2015-05-04 ### Changed - Re-roll ## [5.0.0] - 2015-03-31 ### Changed - Re-roll ## [4.0.0] - 2015-03-03 ### Changed - Re-roll ## [3.0.0] - 2014-07-28 ### Changed - Re-roll ## [2.0.0] - 2014-07-11 ### Changed - Re-roll ## [1.0.0] - 2014-07-09 ### Added - Initial release! [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 [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 [5.1.0.rc1]: https://github.com/laserlemon/fair_dice_roll/compare/v5.0.0...v5.1.0.rc1 [5.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v4.0.0...v5.0.0 [4.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/laserlemon/fair_dice_roll/commits/v1.0.0