Skip to content

Commit

Permalink
v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos committed Oct 23, 2023
1 parent 7565dd0 commit 4a8ae12
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

## [Unreleased]

## [1.2.7] - 2023-10-23

### Changed

- Log spec file that was not found ([#44](https://github.com/getyourguide/openapi-validation-java/pull/44))
- Bump com.atlassian.oai:swagger-request-validator-core ([#42](https://github.com/getyourguide/openapi-validation-java/pull/42))
- Improve logging when there is no validator found for a path ([#40](https://github.com/getyourguide/openapi-validation-java/pull/40))

### Fixed

- Ignore violation `operation.notAllowed` with status code 404 ([#45](https://github.com/getyourguide/openapi-validation-java/pull/45))
- Ignore violation `operation.notAllowed` with status code 405 ([#43](https://github.com/getyourguide/openapi-validation-java/pull/43))


## [1.2.6] - 2023-08-30

### Changed
Expand Down Expand Up @@ -100,7 +114,8 @@
- Initial squashed GitHub public release.


[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/v1.2.6...HEAD
[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/v1.2.7...HEAD
[1.2.7]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.7
[1.2.6]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.6
[1.2.5]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.5
[1.2.4]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
allprojects {
group = 'com.getyourguide.openapi.validation'
description = 'OpenAPI Validation library'
version = '1.2.6'
version = '1.2.7'

java {
toolchain {
Expand Down

0 comments on commit 4a8ae12

Please sign in to comment.