File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.2.7] - 2023-10-23
8+
9+ ### Changed
10+
11+ - Log spec file that was not found ([ #44 ] ( https://github.com/getyourguide/openapi-validation-java/pull/44 ) )
12+ - Bump com.atlassian.oai: swagger-request-validator-core ([ #42 ] ( https://github.com/getyourguide/openapi-validation-java/pull/42 ) )
13+ - Improve logging when there is no validator found for a path ([ #40 ] ( https://github.com/getyourguide/openapi-validation-java/pull/40 ) )
14+
15+ ### Fixed
16+
17+ - Ignore violation ` operation.notAllowed ` with status code 404 ([ #45 ] ( https://github.com/getyourguide/openapi-validation-java/pull/45 ) )
18+ - Ignore violation ` operation.notAllowed ` with status code 405 ([ #43 ] ( https://github.com/getyourguide/openapi-validation-java/pull/43 ) )
19+
20+
721## [ 1.2.6] - 2023-08-30
822
923### Changed
100114- Initial squashed GitHub public release.
101115
102116
103- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.6...HEAD
117+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.7...HEAD
118+ [ 1.2.7 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.7
104119[ 1.2.6 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.6
105120[ 1.2.5 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.5
106121[ 1.2.4 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.4
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 = ' 1.2.6 '
13+ version = ' 1.2.7 '
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments