File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
1414
1515set (TRANTOR_MAJOR_VERSION 1)
1616set (TRANTOR_MINOR_VERSION 5)
17- set (TRANTOR_PATCH_VERSION 20 )
17+ set (TRANTOR_PATCH_VERSION 21 )
1818set (TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
1919
2020include (GNUInstallDirs)
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]  
66
7+ ## [ 1.5.21]  - 2024-09-10 
8+ 
9+ ### API changes list  
10+ 
11+ -  Add a method to reload the SSL certificate and private key on the fly.
12+ 
13+ ### Changed  
14+ 
15+ -  Keep log level consistency.
16+ 
717## [ 1.5.20]  - 2024-07-20 
818
919### Changed  
@@ -668,7 +678,9 @@ All notable changes to this project will be documented in this file.
668678
669679## [ 1.0.0-rc1]  - 2019-06-11 
670680
671- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.20...HEAD 
681+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.21...HEAD 
682+ 
683+ [ 1.5.21 ] : https://github.com/an-tao/trantor/compare/v1.5.20...v1.5.21 
672684
673685[ 1.5.20 ] : https://github.com/an-tao/trantor/compare/v1.5.19...v1.5.20 
674686
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments