Skip to content

Commit 2ab970f

Browse files
committed
build: release v4.2.1.
1 parent 0bb9177 commit 2ab970f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.2.1] - 2024-11-05
7+
### Changed
8+
- chore(deps): bump com.fasterxml.jackson.core:jackson-databind
9+
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
10+
- docs(soap): improves scripted examples.
11+
12+
### Fixed
13+
- fix(openapi): handle responses for status codes not in specification.
14+
- fix(soap): respond with custom fault if status is 500 and content set.
15+
616
## [4.2.0] - 2024-10-26
717
### Added
818
- feat(soap): adds additional script method and configuration property to return a fault.

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.2.1

0 commit comments

Comments
 (0)