File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 2.0.2] - 2024-03-19
8+
9+ ### Changed
10+ - ignore unexpected body on GET/DELETE/OPTIONS/HEAD/TRACE ([ #91 ] ( https://github.com/getyourguide/openapi-validation-java/pull/91 ) )
11+
12+ ### Fixed
13+
14+ - undertow can't validate request body ([ #90 ] ( https://github.com/getyourguide/openapi-validation-java/pull/90 ) )
15+ - Handle invalid spec on a spec with multiple spec setup ([ #79 ] ( https://github.com/getyourguide/openapi-validation-java/pull/79 ) )
16+
717## [ 2.0.1] - 2023-11-29
818
919### Fixed
137147- Initial squashed GitHub public release.
138148
139149
140- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.0.1...HEAD
150+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.0.2...HEAD
151+ [ 2.0.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.2
141152[ 2.0.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.1
142153[ 2.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0
143154[ 1.2.7 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.7
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
1010allprojects {
1111 group = ' com.getyourguide.openapi.validation'
1212 description = ' OpenAPI Validation library'
13- version = ' 2.0.1 '
13+ version = ' 2.0.2 '
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments