diff --git a/CHANGELOG.md b/CHANGELOG.md index 017536b32..50d62fdd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..e52a6d495 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=3.38.3