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/)
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.0.2] - 2020-03-09
11
+
10
12
### Changed
11
13
- Fixed frozen_string_literal issues
12
14
@@ -103,7 +105,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
103
105
### Added
104
106
- initial release
105
107
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
107
110
[ 2.0.1 ] :https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.0...2.0.1
108
111
[ 2.0.0 ] :https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...2.0.0
109
112
[ 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
4
4
module Version
5
5
MAJOR = 2
6
6
MINOR = 0
7
- PATCH = 1
7
+ PATCH = 2
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
10
10
end
You can’t perform that action at this time.
0 commit comments