Skip to content

Commit 326a67a

Browse files
committed
build: release v3.36.3.
1 parent 028c763 commit 326a67a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.36.3] - 2024-04-15
7+
### Changed
8+
- docs: documents EntityResolver input stream lifecycle expectations.
9+
- refactor(soap): reuses EntityResolver for the same WSDL file.
10+
- refactor: uses instance-scoped EntityResolver for WSDL parsing and SOAP example generation.
11+
- test: removes unneeded fork configuration.
12+
- test: updates test file comment.
13+
14+
### Fixed
15+
- fix: in SOAP plugin, support WSDL with XML schema include
16+
617
## [3.36.2] - 2024-04-13
718
### Changed
819
- ci: includes imposter-all distro in integration tests.

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

0 commit comments

Comments
 (0)