Skip to content

Commit 4b7e6ef

Browse files
authoredAug 28, 2023
v1.2.5 (#32)
1 parent 8ac4509 commit 4b7e6ef

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.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+
713
## [1.2.4] - 2023-08-24
814

915
### Added
@@ -83,7 +89,8 @@
8389
- Initial squashed GitHub public release.
8490

8591

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
8794
[1.2.4]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.4
8895
[1.2.3]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.3
8996
[1.2.2]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.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.2.4'
13+
version = '1.2.5'
1414

1515
java {
1616
toolchain {

0 commit comments

Comments
 (0)