diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3d0c348..a6b64047 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.8.0] - 2020-03-30
### `jsonschema-generator`
#### Added
- Support for custom definitions in the scope of a particular field/method via `SchemaGeneratorConfigPart.withCustomDefinitionProvider()`
@@ -288,7 +288,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.7.0...HEAD
+[4.8.0]: https://github.com/victools/jsonschema-generator/compare/v4.7.0...v4.8.0
[4.7.0]: https://github.com/victools/jsonschema-generator/compare/v4.6.0...v4.7.0
[4.6.0]: https://github.com/victools/jsonschema-generator/compare/v4.5.0...v4.6.0
[4.5.0]: https://github.com/victools/jsonschema-generator/compare/v4.4.0...v4.5.0
diff --git a/README.md b/README.md
index cdd51086..7540a024 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,11 @@ Another example for such a module is:
com.github.victools
jsonschema-generator
- 4.7.0
+ 4.8.0
```
-Since version 4.7, the release versions of the main generator library and the (standard) `victools` modules listed above are aligned.
+Since version `4.7`, the release versions of the main generator library and the (standard) `victools` modules listed above are aligned.
It is recommended to use identical versions for all of them to ensure compatibility.
### Code
diff --git a/jsonschema-generator/README.md b/jsonschema-generator/README.md
index 8902bc2d..4c85c02b 100644
--- a/jsonschema-generator/README.md
+++ b/jsonschema-generator/README.md
@@ -24,7 +24,7 @@ Topics covered in this document are:
com.github.victools
jsonschema-generator
- 4.7.0
+ 4.8.0
```
diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml
index 2f590c6c..708f3fa4 100644
--- a/jsonschema-generator/pom.xml
+++ b/jsonschema-generator/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.8.0-SNAPSHOT
+ 4.8.0
jsonschema-generator
diff --git a/jsonschema-module-jackson/README.md b/jsonschema-module-jackson/README.md
index a8a9362f..cb7ba0c3 100644
--- a/jsonschema-module-jackson/README.md
+++ b/jsonschema-module-jackson/README.md
@@ -22,11 +22,11 @@ Schema attributes derived from validation annotations on getter methods are also
com.github.victools
jsonschema-module-jackson
- 4.7.0
+ 4.8.0
```
-Since version 4.7, the release versions of the main generator library and this module are aligned.
+Since version `4.7`, the release versions of the main generator library and this module are aligned.
It is recommended to use identical versions for both dependencies to ensure compatibility.
### Code
diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml
index 93314550..f5848529 100644
--- a/jsonschema-module-jackson/pom.xml
+++ b/jsonschema-module-jackson/pom.xml
@@ -5,7 +5,7 @@
com.github.victools
jsonschema-generator-parent
- 4.8.0-SNAPSHOT
+ 4.8.0
jsonschema-module-jackson
diff --git a/jsonschema-module-javax-validation/README.md b/jsonschema-module-javax-validation/README.md
index 1b8f32c4..4ea71e14 100644
--- a/jsonschema-module-javax-validation/README.md
+++ b/jsonschema-module-javax-validation/README.md
@@ -22,11 +22,11 @@ Schema attributes derived from validation annotations on getter methods are also
com.github.victools
jsonschema-module-javax-validation
- 4.7.0
+ 4.8.0
```
-Since version 4.7, the release versions of the main generator library and this module are aligned.
+Since version `4.7`, the release versions of the main generator library and this module are aligned.
It is recommended to use identical versions for both dependencies to ensure compatibility.
### Code
diff --git a/jsonschema-module-javax-validation/pom.xml b/jsonschema-module-javax-validation/pom.xml
index e3b86677..f5108c40 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.8.0-SNAPSHOT
+ 4.8.0
jsonschema-module-javax-validation
diff --git a/jsonschema-module-swagger-1.5/README.md b/jsonschema-module-swagger-1.5/README.md
index ccdc5aaa..9f4656f7 100644
--- a/jsonschema-module-swagger-1.5/README.md
+++ b/jsonschema-module-swagger-1.5/README.md
@@ -24,11 +24,11 @@ Schema attributes derived from `@ApiModelProperty` on getter methods are also ap
com.github.victools
jsonschema-module-swagger-1.5
- 4.7.0
+ 4.8.0
```
-Since version 4.7, the release versions of the main generator library and this module are aligned.
+Since version `4.7`, the release versions of the main generator library and this module are aligned.
It is recommended to use identical versions for both dependencies to ensure compatibility.
### Code
diff --git a/jsonschema-module-swagger-1.5/pom.xml b/jsonschema-module-swagger-1.5/pom.xml
index e007aa9d..91b98c2a 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.8.0-SNAPSHOT
+ 4.8.0
jsonschema-module-swagger-1.5
diff --git a/pom.xml b/pom.xml
index a4c075fb..e6fb512b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.github.victools
jsonschema-generator-parent
- 4.8.0-SNAPSHOT
+ 4.8.0
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.8.0