From 2ab970f10058bbde2e69655235be709c1f267896 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Tue, 5 Nov 2024 13:53:07 +0000 Subject: [PATCH] build: release v4.2.1. --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f4e8cb5..8cb94b788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.2.1] - 2024-11-05 +### Changed +- chore(deps): bump com.fasterxml.jackson.core:jackson-databind +- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin +- docs(soap): improves scripted examples. + +### Fixed +- fix(openapi): handle responses for status codes not in specification. +- fix(soap): respond with custom fault if status is 500 and content set. + ## [4.2.0] - 2024-10-26 ### Added - feat(soap): adds additional script method and configuration property to return a fault. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..28154e691 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=4.2.1