File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-haproxy Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.3.0] - 2017-08-05
8
10
### Added
9
- - Flag to use SSL in `check-haproxy.rb``
11
+ - Flag to use SSL in ` check-haproxy.rb ` ( @ foozmeat ) ( @ Evesey )
10
12
11
13
## [ 1.2.0] - 2017-07-25
12
14
### Added
@@ -67,7 +69,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
67
69
### Added
68
70
- initial release
69
71
70
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...HEAD
72
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...HEAD
73
+ [ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...1.3.0
71
74
[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
72
75
[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...1.1.0
73
76
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.1...1.0.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsHAProxy
2
2
module Version
3
3
MAJOR = 1
4
- MINOR = 2
4
+ MINOR = 3
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments