File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.0.0] - 2024-11-28
8+
9+ ### Changed
10+
11+ - Java updated to 21 ([ #158 ] ( https://github.com/getyourguide/openapi-validation-java/pull/158 ) )
12+ - Spring boot updated to 3.4.0 ([ #159 ] ( https://github.com/getyourguide/openapi-validation-java/pull/159 ) )
13+ - Updated several other dependencies
14+
715## [ 2.2.2] - 2024-10-25
816
917### Changed
192200- Initial squashed GitHub public release.
193201
194202
195- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.2.2...HEAD
203+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v3.0.0...HEAD
204+ [ 3.0.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v3.0.0
196205[ 2.2.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.2
197206[ 2.2.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.1
198207[ 2.2.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
88allprojects {
99 group = ' com.getyourguide.openapi.validation'
1010 description = ' OpenAPI Validation library'
11- version = ' 2.2.2 '
11+ version = ' 3.0.0 '
1212
1313 java {
1414 toolchain {
You can’t perform that action at this time.
0 commit comments