File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]  
66
7+ ## [ 2.2.2]  - 2024-10-25 
8+ 
9+ ### Changed  
10+ 
11+ -  Support request bodies on all methods ([ #148  ] ( https://github.com/getyourguide/openapi-validation-java/pull/148 ) )
12+ -  Updated several dependencies
13+ 
714## [ 2.2.1]  - 2024-09-24 
815
916### Fixed  
185192-  Initial squashed GitHub public release.
186193
187194
188- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.2.1...HEAD 
195+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.2.2...HEAD 
196+ [ 2.2.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.2 
189197[ 2.2.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.1 
190198[ 2.2.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.0 
191199[ 2.1.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.1.0 
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
1010allprojects  {
1111    group =  ' com.getyourguide.openapi.validation' 
1212    description =  ' OpenAPI Validation library' 
13-     version =  ' 2.2.1 ' 
13+     version =  ' 2.2.2 ' 
1414
1515    java {
1616        toolchain {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments