File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed 
lib/sensu-plugins-elasticsearch Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]  
77
8+ ## [ 2.0.0]  - 2018-03-07 
9+ 
810### Security  
911-  updated rubocop dependency to ` ~> 0.51.0 `  per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@majormoses  )
1012
@@ -246,7 +248,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
246248-  initial release
247249
248250
249- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...HEAD 
251+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...HEAD 
252+ [ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...2.0.0 
250253[ 1.12.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.1...1.12.0 
251254[ 1.11.1 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.0...1.11.1 
252255[ 1.11.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.10.0...1.11.0 
Original file line number Diff line number Diff line change 11module  SensuPluginsElasticsearch 
22  module  Version 
3-     MAJOR  =  1 
4-     MINOR  =  12 
3+     MAJOR  =  2 
4+     MINOR  =  0 
55    PATCH  =  0 
66
77    VER_STRING  =  [ MAJOR ,  MINOR ,  PATCH ] . compact . join ( '.' ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments