File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 
lib/sensu-plugins-azurerm Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
55
66## [ Unreleased]  
77
8+ ## [ 2.0.0]  - 2017-12-11 
89### Security  
910-  updated rubocop dependency to ` ~> 0.51.0 `  per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@majormoses  )
1011
@@ -76,7 +77,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
7677### Added  
7778-  initial release
7879
79- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/1.0.0..HEAD 
80+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/2.0.0..HEAD 
81+ [ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/1.0.0..2.0.0 
8082[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.5...1.0.0 
8183[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.4...0.0.5 
8284[ 0.0.4 ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.3...0.0.4 
Original file line number Diff line number Diff line change 11module  SensuPluginsAzureRM 
22  module  Version 
3-     MAJOR  =  1 
3+     MAJOR  =  2 
44    MINOR  =  0 
55    PATCH  =  0 
66    VER_STRING  =  [ MAJOR ,  MINOR ,  PATCH ] . compact . join ( '.' ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments