Skip to content

Commit 1dd0379

Browse files
committed
v1.1.2
1 parent 9a49b94 commit 1dd0379

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## [Unreleased]
66

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+
713
## [1.1.1] - 2023-06-01
814

915
### Fixed
@@ -27,7 +33,8 @@
2733
- Initial squashed GitHub public release.
2834

2935

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
3138
[1.1.1]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.1.1
3239
[1.1.0]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.1.0
3340
[1.0.2]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.0.2

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
1010
allprojects {
1111
group = 'com.getyourguide.openapi.validation'
1212
description = 'OpenAPI Validation library'
13-
version = '1.1.1'
13+
version = '1.1.2'
1414

1515
java {
1616
toolchain {

0 commit comments

Comments
 (0)