Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello committed Jun 3, 2022
1 parent 697d37d commit 0de2d72
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - 2022-06-03

**BREAKING CHANGES:** This release includes breaking changes, including increasing
the minimum supported Java to Java 17. See details below for other breaking changes.

### Added

### Changed
* Minimum supported Java bumped to Java 17 (breaking change).
* Utilize Java 17's new RandomGenerator interface where relevant.

### Deprecated

Expand All @@ -22,15 +17,27 @@ the minimum supported Java to Java 17. See details below for other breaking chan
### Fixed

### Dependencies
* Bumped core from 1.1.0 to 2.1.0 (breaking change).
* Bumped rho-mu from 1.2.0 to 2.3.0 (breaking change).
* Bumped jpt from 3.3.0 to 4.0.0 (breaking change).

### CI/CD

### Other


## [5.0.0] - 2022-06-03

**BREAKING CHANGES:** This release includes breaking changes, including increasing
the minimum supported Java to Java 17. See details below for other breaking changes.

### Changed
* Minimum supported Java bumped to Java 17 (breaking change).
* Utilize Java 17's new RandomGenerator interface where relevant.

### Dependencies
* Bumped core from 1.1.0 to 2.1.0 (breaking change).
* Bumped rho-mu from 1.2.0 to 2.3.0 (breaking change).
* Bumped jpt from 3.3.0 to 4.0.0 (breaking change).


## [4.8.0] - 2022-06-02

### Added
Expand Down

0 comments on commit 0de2d72

Please sign in to comment.