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.2.5] - 2023-08-28
8
+
9
+ ### Changed
10
+
11
+ - Ignore unexpected query parameter violation ([ #31 ] ( https://github.com/getyourguide/openapi-validation-java/pull/31 ) )
12
+
7
13
## [ 1.2.4] - 2023-08-24
8
14
9
15
### Added
83
89
- Initial squashed GitHub public release.
84
90
85
91
86
- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.4...HEAD
92
+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.5...HEAD
93
+ [ 1.2.5 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.5
87
94
[ 1.2.4 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.4
88
95
[ 1.2.3 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.3
89
96
[ 1.2.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.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.2.4 '
13
+ version = ' 1.2.5 '
14
14
15
15
java {
16
16
toolchain {
You can’t perform that action at this time.
0 commit comments