diff --git a/README.md b/README.md
index b832d22..2ff56fb 100644
--- a/README.md
+++ b/README.md
@@ -35,14 +35,14 @@ product.setBrand("Ocado");
com.ocadotechnology.gembus
test-arranger
- 1.5.10
+ 1.6.0
```
### Gradle
```groovy
-testImplementation 'com.ocadotechnology.gembus:test-arranger:1.5.10'
+testImplementation 'com.ocadotechnology.gembus:test-arranger:1.6.0'
```
## Features
@@ -334,5 +334,5 @@ class ShopFixture {
## Versioning
-The newest test-arranger version is compiled using Java 17 and should be used in Java 17 runtime.
+The newest test-arranger version is compiled using Java 17 and should be used in Java 17+ runtime.
However, there is also a Java 8 branch for backward compatibility, covered with the 1.4.x versions.
diff --git a/pom.xml b/pom.xml
index 0bb016a..a9b0799 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
com.ocadotechnology.gembus
test-arranger
- 1.6.1-SNAPSHOT
+ 1.6.0
jar
test-arranger
A tool for arranging test data with pseudo-random values.