Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos committed Sep 24, 2024
1 parent 27735d5 commit 011e827
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased]

## [2.2.1] - 2024-09-24

### Fixed

- Ignore unknownError related to ConcurrentModificationException ([#137](https://github.com/getyourguide/openapi-validation-java/pull/137))

### Changed

- Updated several dependencies

## [2.2.0] - 2024-08-27

### Added
Expand Down Expand Up @@ -175,7 +185,8 @@
- Initial squashed GitHub public release.


[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/v2.2.0...HEAD
[unreleased]: https://github.com/getyourguide/openapi-validation-java/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.1
[2.2.0]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.0
[2.1.0]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.1.0
[2.0.3]: https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.3
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 = '2.2.0'
version = '2.2.1'

java {
toolchain {
Expand Down

0 comments on commit 011e827

Please sign in to comment.