diff --git a/CHANGELOG.md b/CHANGELOG.md
index e831d33c..3cdbcf57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2022-11-18
+### Added
+
+### Changed
+
+### Deprecated
+
+### Removed
+
+### Fixed
+
+### Dependencies
+
+### CI/CD
+
+### Other
+
+
+## [5.0.0] - 2022-11-18
+
**BREAKING CHANGES:** See the Removed section for details.
### Added
@@ -20,22 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
methods that use a default source of randomness, but introducing nextSample methods for classes to implement.
-### Deprecated
-
### Removed
* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
* SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
* SequenceSampler.sampleInsertion methods, previously deprecated in 4.3.0, replaced by the SequenceInsertionSampler class.
-### Fixed
-
### Dependencies
* Bump rho-mu from 2.5.0 to 3.0.1
-### CI/CD
-
-### Other
-
## [4.3.1] - 2022-11-17
diff --git a/README.md b/README.md
index 9783daa0..b60d84df 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ and minimum supported Java version.
| version | Java requirements |
| --- | --- |
-| 4.x.y | Java 17+ |
+| 4.w.x to 5.y.z | Java 17+ |
| 3.x.y | Java 11+ |
| 1.x.y to 2.x.y | Java 8+ |
@@ -121,7 +121,7 @@ with the version you want to use.
org.cicirello
jpt
- 4.0.0
+ 5.0.0
```
diff --git a/pom.xml b/pom.xml
index 01ce3263..af6b4367 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.cicirello
jpt
- 4-SNAPSHOT
+ 5-SNAPSHOT
jar
JavaPermutationTools