Skip to content

Commit c5c514b

Browse files
committed
prep for 1.4.0 release
1 parent be36914 commit c5c514b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55

66

77
## [Unreleased]
8+
9+
## [1.4.0] - 2017-09-09
810
### Added
9-
- added flag to expose all possible metrics `--expose-all`
10-
- added flag to use raw haproxy metric names `--use-haproxy-names`
11-
- added flag to include explicit type names in generated metrics names `--use-explicit-names`
11+
- metrics-haproxy.rb: new flag to expose all possible metrics `--expose-all` (@bergerx)
12+
- added flag to use raw haproxy metric names `--use-haproxy-names` (@bergerx)
13+
- added flag to include explicit type names in generated metrics names `--use-explicit-names` (@bergerx)
1214

1315
## [1.3.0] - 2017-08-05
1416
### Added
@@ -73,7 +75,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
7375
### Added
7476
- initial release
7577

76-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...HEAD
78+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...HEAD
79+
[1.4.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0
7780
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...1.3.0
7881
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
7982
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...1.1.0

lib/sensu-plugins-haproxy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SensuPluginsHAProxy
22
module Version
33
MAJOR = 1
4-
MINOR = 3
4+
MINOR = 4
55
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)