Skip to content

Commit dfa62a8

Browse files
authored
v2.0.3 (#109)
1 parent 6f078e8 commit dfa62a8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@
44

55
## [Unreleased]
66

7+
## [2.0.3] - 2024-05-26
8+
9+
### Changed
10+
11+
- Ignore request violations with response status code 4xx ([#108](https://github.com/getyourguide/openapi-validation-java/pull/108))
12+
- Updated several dependencies
13+
714
## [2.0.2] - 2024-03-19
815

916
### Changed
17+
1018
- ignore unexpected body on GET/DELETE/OPTIONS/HEAD/TRACE ([#91](https://github.com/getyourguide/openapi-validation-java/pull/91))
1119

1220
### Fixed
@@ -147,7 +155,8 @@
147155
- Initial squashed GitHub public release.
148156

149157

150-
[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/v2.0.2...HEAD
158+
[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/v2.0.3...HEAD
159+
[2.0.3]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.3
151160
[2.0.2]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.2
152161
[2.0.1]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.1
153162
[2.0]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0

Diff for: 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 = '2.0.2'
13+
version = '2.0.3'
1414

1515
java {
1616
toolchain {

0 commit comments

Comments
 (0)