Skip to content

Commit 542c219

Browse files
committed
v1.1.0
1 parent 63a0ceb commit 542c219

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@
44

55
## [Unreleased]
66

7+
## [1.1.0] - 2023-05-26
8+
9+
### Added
10+
11+
- Allow excluding traffic by matching headers ([#5](https://github.com/getyourguide/openapi-validation-java/pull/5))
12+
- Allow excluding certain violations from being reported ([#4](https://github.com/getyourguide/openapi-validation-java/pull/4)).
13+
- Support fail on request/response violation ([#3](https://github.com/getyourguide/openapi-validation-java/pull/3)).
14+
- Support multiple spec files ([#2](https://github.com/getyourguide/openapi-validation-java/pull/2)).
15+
716
## [1.0.2] - 2023-05-12
817

918
### Added
1019

1120
- Initial squashed GitHub public release.
1221

1322

14-
[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/1.0.2...HEAD
23+
[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/1.1.0...HEAD
24+
[1.1.0]: https://github.com/getyourguide/openapi-validation-java/releases/tag/1.1.0
1525
[1.0.2]: https://github.com/getyourguide/openapi-validation-java/releases/tag/1.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.0.2'
13+
version = '1.1.0'
1414

1515
java {
1616
toolchain {

0 commit comments

Comments
 (0)