Skip to content

Commit 0481481

Browse files
committed
build: release v4.0.2.
1 parent 1a0e25a commit 0481481

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.0.2] - 2024-07-29
7+
### Changed
8+
- build: adds comment to mkdocs constraints file.
9+
- chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1
10+
- chore(deps): bump org.apache.maven.plugins:maven-project-info-reports-plugin
11+
12+
### Fixed
13+
- fix: correctly serialise Vert.x JSON types.
14+
- fix: correctly serialise dates as ISO-8601 strings.
15+
- fix: pins mkdocs dependencies.
16+
- fix: upgrade com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2
17+
618
## [4.0.1] - 2024-07-29
719
### Changed
820
- docs: fixes body capture examples.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
projectVersion=0.0.0-SNAPSHOT
1+
projectVersion=4.0.2

0 commit comments

Comments
 (0)