File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 2.0.3] - 2024-05-26
8+
9+ ### Changed
10+
11+ - Ignore request violations with response status code 4xx ([ #108 ] ( https://github.com/getyourguide/openapi-validation-java/pull/108 ) )
12+ - Updated several dependencies
13+
714## [ 2.0.2] - 2024-03-19
815
916### Changed
17+
1018- ignore unexpected body on GET/DELETE/OPTIONS/HEAD/TRACE ([ #91 ] ( https://github.com/getyourguide/openapi-validation-java/pull/91 ) )
1119
1220### Fixed
147155- Initial squashed GitHub public release.
148156
149157
150- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.0.2...HEAD
158+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.0.3...HEAD
159+ [ 2.0.3 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.3
151160[ 2.0.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.2
152161[ 2.0.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.1
153162[ 2.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0
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.2 '
13+ version = ' 2.0.3 '
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments