Skip to content

Commit

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

## [3.38.3] - 2024-04-24
### Changed
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin
- test(vertxweb): improves coverage for kebab-case path param matching.
- test: adds test for kebab-case path params.

### Fixed
- fix(vertxweb): supports kebab-case path params.

## [3.38.2] - 2024-04-22
### Fixed
- fix(soap): parse message part elements with anonymous inner types.
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.38.3

0 comments on commit f7d7a9b

Please sign in to comment.