File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed 
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ ) 
55
66## [ Unreleased]  
7+ 
8+ ## [ 1.3.0]  - 2017-07-25 
79### Fixed  
8- -  Take into account reserved superuser connections in check-postgres-connections.rb
10+ -  Take into account reserved superuser connections in check-postgres-connections.rb ( @ Evesy ) 
911
1012### Added  
1113-  Ruby 2.4.1 testing
@@ -104,7 +106,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
104106### Added  
105107-  initial release
106108
107- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...HEAD 
109+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.3.0...HEAD 
110+ [ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...1.3.0 
108111[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...1.2.0 
109112[ 1.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.1...1.1.2 
110113[ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.0...1.1.1 
Original file line number Diff line number Diff line change 11module  SensuPluginsPostgres 
22  module  Version 
33    MAJOR  =  1 
4-     MINOR  =  2 
4+     MINOR  =  3 
55    PATCH  =  0 
66
77    VER_STRING  =  [ MAJOR ,  MINOR ,  PATCH ] . compact . join ( '.' ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments