Skip to content

Commit

Permalink
build: release v4.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Nov 5, 2024
1 parent 0bb9177 commit 2ab970f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
projectVersion=0.0.0-SNAPSHOT
projectVersion=4.2.1

0 comments on commit 2ab970f

Please sign in to comment.