File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.2.6] - 2023-08-30
8+
9+ ### Changed
10+
11+ - Add response status code to violation log message ([ #35 ] ( https://github.com/getyourguide/openapi-validation-java/pull/35 ) )
12+ - Bump com.atlassian.oai: swagger-request-validator-core ([ #34 ] ( https://github.com/getyourguide/openapi-validation-java/pull/34 ) )
13+
14+ ### Fixed
15+
16+ - Exclude "matched 2 out of 25" in the oneOf rule ([ #36 ] ( https://github.com/getyourguide/openapi-validation-java/pull/36 ) )
17+
718## [ 1.2.5] - 2023-08-28
819
920### Changed
89100- Initial squashed GitHub public release.
90101
91102
92- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.5...HEAD
103+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.6...HEAD
104+ [ 1.2.6 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.6
93105[ 1.2.5 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.5
94106[ 1.2.4 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.4
95107[ 1.2.3 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.3
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.5 '
13+ version = ' 1.2.6 '
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments