File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.1.0] - 2023-05-26
8+
9+ ### Added
10+
11+ - Allow excluding traffic by matching headers ([ #5 ] ( https://github.com/getyourguide/openapi-validation-java/pull/5 ) )
12+ - Allow excluding certain violations from being reported ([ #4 ] ( https://github.com/getyourguide/openapi-validation-java/pull/4 ) ).
13+ - Support fail on request/response violation ([ #3 ] ( https://github.com/getyourguide/openapi-validation-java/pull/3 ) ).
14+ - Support multiple spec files ([ #2 ] ( https://github.com/getyourguide/openapi-validation-java/pull/2 ) ).
15+
716## [ 1.0.2] - 2023-05-12
817
918### Added
1019
1120- Initial squashed GitHub public release.
1221
1322
14- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/1.0.2...HEAD
23+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/1.1.0...HEAD
24+ [ 1.1.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/1.1.0
1525[ 1.0.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/1.0.2
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.0.2 '
13+ version = ' 1.1.0 '
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments