Skip to content

Commit

Permalink
build: release v3.37.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Apr 18, 2024
1 parent 6191c68 commit e0f67d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.37.0] - 2024-04-18
### Added
- feat(soap): SOAP response body uses typed message part names.
- feat(soap): adds support for RPC style bindings.
- feat(soap): adds support for messages with type attribute.
- feat(soap): working support for WSDL 1.1 messages specifying type not element.

### Changed
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin
- docs: adds single-file WSDL 1 and SOAP 1.1 example.

### Fixed
- fix: restores previous config file location logging behaviour.

## [3.36.3] - 2024-04-15
### Changed
- docs: documents EntityResolver input stream lifecycle expectations.
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=3.37.0

0 comments on commit e0f67d5

Please sign in to comment.