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,9 +5,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66
77## [ Unreleased]
8+
9+ ## [ 1.2.0] - 2017-07-25
810### Added
911- Ruby 2.4.1 testing
10- - Add frontend request rate metrics to ` --server-metrics `
12+ - Add frontend request rate metrics to ` --server-metrics ` ( @ Evesey )
1113
1214## [ 1.1.0] - 2017-01-30
1315### Added
@@ -63,7 +65,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6365### Added
6466- initial release
6567
66- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...HEAD
68+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...HEAD
69+ [ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
6770[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...1.1.0
6871[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.1...1.0.0
6972[ 0.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.0...0.1.1
Original file line number Diff line number Diff line change 11module SensuPluginsHAProxy
22 module Version
33 MAJOR = 1
4- MINOR = 1
4+ MINOR = 2
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments