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.2.0] - 2024-08-27
8+
9+ ### Added
10+
11+ - Exclude graphql endpoints from validation by default ([ #129 ] ( https://github.com/getyourguide/openapi-validation-java/pull/129 ) )
12+
13+ ### Changed
14+
15+ - Updated several dependencies
16+
717## [ 2.1.0] - 2024-06-03
818
919### Added
165175- Initial squashed GitHub public release.
166176
167177
168- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.1.0...HEAD
178+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.2.0...HEAD
179+ [ 2.2.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.0
169180[ 2.1.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.1.0
170181[ 2.0.3 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.3
171182[ 2.0.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.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 = ' 2.1 .0'
13+ version = ' 2.2 .0'
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments