File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.1.1] - 2023-06-01
8+
9+ ### Fixed
10+
11+ - Fix problem with validating partial bodies instead of whole body ([ #7 ] ( https://github.com/getyourguide/openapi-validation-java/pull/7 ) )
12+ - Fix wrong url in publishing ([ commit] ( https://github.com/getyourguide/openapi-validation-java/commit/48e39d506e73cdd9df71f311cf1a3b8ff8e7d5c8 ) )
13+
714## [ 1.1.0] - 2023-05-26
815
916### Added
2027- Initial squashed GitHub public release.
2128
2229
23- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/1.1.0...HEAD
30+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/1.1.1...HEAD
31+ [ 1.1.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/1.1.1
2432[ 1.1.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/1.1.0
2533[ 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.1.0 '
13+ version = ' 1.1.1 '
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments