File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-haproxy Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
77
88## [ Unreleased]
99
10+ ## [ 2.0.2] - 2020-03-09
11+
1012### Changed
1113- Fixed frozen_string_literal issues
1214
@@ -103,7 +105,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
103105### Added
104106- initial release
105107
106- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...HEAD
108+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.2...HEAD
109+ [ 2.0.2 ] :https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...2.0.2
107110[ 2.0.1 ] :https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.0...2.0.1
108111[ 2.0.0 ] :https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...2.0.0
109112[ 1.4.0 ] :https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module SensuPluginsHAProxy
44 module Version
55 MAJOR = 2
66 MINOR = 0
7- PATCH = 1
7+ PATCH = 2
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
1010 end
You can’t perform that action at this time.
0 commit comments