File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]  
66
7+ ## [ 1.2.5]  - 2023-08-28 
8+ 
9+ ### Changed  
10+ 
11+ -  Ignore unexpected query parameter violation ([ #31  ] ( https://github.com/getyourguide/openapi-validation-java/pull/31 ) )
12+ 
713## [ 1.2.4]  - 2023-08-24 
814
915### Added  
8389-  Initial squashed GitHub public release.
8490
8591
86- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.4...HEAD 
92+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.5...HEAD 
93+ [ 1.2.5 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.5 
8794[ 1.2.4 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.4 
8895[ 1.2.3 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.3 
8996[ 1.2.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.2 
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 =  ' 1.2.4 ' 
13+     version =  ' 1.2.5 ' 
1414
1515    java {
1616        toolchain {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments