diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9b82bd..8d4bd19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2024-05-15 +## [Unreleased] - 2024-06-10 -**Breaking Changes**: Due to breaking changes, the next release will be a major release (see the Removed section below for details). Timing of that major release will likely be in the Fall of 2023 to coincide with the planned transition to Java 21 upon its release. +**Breaking Changes**: Due to breaking changes, the next release will be a major release (see the Removed section below for details). Timing of that major release will likely be in the Fall of 2024 to coincide with the planned transition to Java 21. ### Added * SequenceSampler.getDefault() method for creating an instance of the default implementation of SequenceSampler. @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fixed potential finalizer vulnerability in org.cicirello.sequences.distance.EditDistance, detected by SpotBugs analysis. ### Dependencies -* Bump rho-mu from 3.1.0 to 4.0.0 +* Bump rho-mu from 3.1.0 to 4.1.0 * Bump org.cicirello:core from 2.5.0 to 2.7.0 ### CI/CD diff --git a/pom.xml b/pom.xml index a944ac6b..4601be06 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ org.cicirello rho-mu - 4.0.0 + 4.1.0 org.cicirello