diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23f8c0a3..06c0d1ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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]
+## [4.31.1] - 2023-04-28
### `jsonschema-generator`
#### Fixed
- avoid error being thrown in `allOf` clean-up for invalid payload
@@ -753,7 +753,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative`
-[Unreleased]: https://github.com/victools/jsonschema-generator/compare/v4.31.0...HEAD
+[4.31.1]: https://github.com/victools/jsonschema-generator/compare/v4.31.0...v4.31.1
[4.31.0]: https://github.com/victools/jsonschema-generator/compare/v4.30.0...v4.31.0
[4.30.0]: https://github.com/victools/jsonschema-generator/compare/v4.29.0...v4.30.0
[4.29.0]: https://github.com/victools/jsonschema-generator/compare/v4.28.0...v4.29.0
diff --git a/README.md b/README.md
index 54f3bbe7..579b5b27 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Additional documentation and configuration examples can be found here: https://v
com.github.victools
jsonschema-generator
- 4.31.0
+ 4.31.1
```
diff --git a/jsonschema-examples/pom.xml b/jsonschema-examples/pom.xml
index ba926664..e3b348e8 100644
--- a/jsonschema-examples/pom.xml
+++ b/jsonschema-examples/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-examples
diff --git a/jsonschema-generator-bom/pom.xml b/jsonschema-generator-bom/pom.xml
index c8fc8861..b3c1c6be 100644
--- a/jsonschema-generator-bom/pom.xml
+++ b/jsonschema-generator-bom/pom.xml
@@ -8,7 +8,7 @@
com.github.victools
jsonschema-generator-bom
- 4.31.1-SNAPSHOT
+ 4.31.1
pom
@@ -26,7 +26,7 @@
scm:git:https://github.com/victools/jsonschema-generator.git
scm:git:https://github.com/victools/jsonschema-generator.git
https://github.com/victools/jsonschema-generator
- HEAD
+ v4.31.1
diff --git a/jsonschema-generator-parent/pom.xml b/jsonschema-generator-parent/pom.xml
index 2b56abda..fa6ab428 100644
--- a/jsonschema-generator-parent/pom.xml
+++ b/jsonschema-generator-parent/pom.xml
@@ -4,7 +4,7 @@
com.github.victools
jsonschema-generator-bom
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-bom/pom.xml
jsonschema-generator-parent
diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml
index a3c6daf2..51908a88 100644
--- a/jsonschema-generator/pom.xml
+++ b/jsonschema-generator/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-generator
diff --git a/jsonschema-maven-plugin/pom.xml b/jsonschema-maven-plugin/pom.xml
index 02cad512..33edf60d 100644
--- a/jsonschema-maven-plugin/pom.xml
+++ b/jsonschema-maven-plugin/pom.xml
@@ -6,7 +6,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-maven-plugin
diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml
index 4e6cf7b5..498b5b0b 100644
--- a/jsonschema-module-jackson/pom.xml
+++ b/jsonschema-module-jackson/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-module-jackson
diff --git a/jsonschema-module-jakarta-validation/pom.xml b/jsonschema-module-jakarta-validation/pom.xml
index 7230f0da..39b509c0 100644
--- a/jsonschema-module-jakarta-validation/pom.xml
+++ b/jsonschema-module-jakarta-validation/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-module-jakarta-validation
diff --git a/jsonschema-module-javax-validation/pom.xml b/jsonschema-module-javax-validation/pom.xml
index 21c31d2d..4a6cd98c 100644
--- a/jsonschema-module-javax-validation/pom.xml
+++ b/jsonschema-module-javax-validation/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-module-javax-validation
diff --git a/jsonschema-module-swagger-1.5/pom.xml b/jsonschema-module-swagger-1.5/pom.xml
index 87ae57f9..b623ce0a 100644
--- a/jsonschema-module-swagger-1.5/pom.xml
+++ b/jsonschema-module-swagger-1.5/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-module-swagger-1.5
diff --git a/jsonschema-module-swagger-2/pom.xml b/jsonschema-module-swagger-2/pom.xml
index 205205d0..00c1f8dd 100644
--- a/jsonschema-module-swagger-2/pom.xml
+++ b/jsonschema-module-swagger-2/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.31.1-SNAPSHOT
+ 4.31.1
../jsonschema-generator-parent/pom.xml
jsonschema-module-swagger-2
diff --git a/pom.xml b/pom.xml
index 77df4134..1b6449dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.github.victools
jsonschema-generator-reactor
- 4.31.1-SNAPSHOT
+ 4.31.1
pom
Java JSON Schema Generator (Reactor)