File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.1.2] - 2023-06-09
8
+
9
+ ### Fixed
10
+
11
+ - Disable validation instead of failing (multiple spec files) ([ #9 ] ( https://github.com/getyourguide/openapi-validation-java/pull/9 ) )
12
+
7
13
## [ 1.1.1] - 2023-06-01
8
14
9
15
### Fixed
27
33
- Initial squashed GitHub public release.
28
34
29
35
30
- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.1.1...HEAD
36
+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.1.2...HEAD
37
+ [ 1.1.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.1.2
31
38
[ 1.1.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.1.1
32
39
[ 1.1.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.1.0
33
40
[ 1.0.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.0.2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
10
10
allprojects {
11
11
group = ' com.getyourguide.openapi.validation'
12
12
description = ' OpenAPI Validation library'
13
- version = ' 1.1.1 '
13
+ version = ' 1.1.2 '
14
14
15
15
java {
16
16
toolchain {
You can’t perform that action at this time.
0 commit comments