Skip to content

Commit e0f67d5

Browse files
committed
build: release v3.37.0.
1 parent 6191c68 commit e0f67d5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [3.37.0] - 2024-04-18
7+
### Added
8+
- feat(soap): SOAP response body uses typed message part names.
9+
- feat(soap): adds support for RPC style bindings.
10+
- feat(soap): adds support for messages with type attribute.
11+
- feat(soap): working support for WSDL 1.1 messages specifying type not element.
12+
13+
### Changed
14+
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin
15+
- docs: adds single-file WSDL 1 and SOAP 1.1 example.
16+
17+
### Fixed
18+
- fix: restores previous config file location logging behaviour.
19+
620
## [3.36.3] - 2024-04-15
721
### Changed
822
- docs: documents EntityResolver input stream lifecycle expectations.

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=3.37.0

0 commit comments

Comments
 (0)