CHANGELOG.md in sensu-plugins-haproxy-1.3.0 vs CHANGELOG.md in sensu-plugins-haproxy-1.4.0
- old
+ new
@@ -4,10 +4,16 @@
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+## [1.4.0] - 2017-09-09
+### Added
+- metrics-haproxy.rb: new flag to expose all possible metrics `--expose-all` (@bergerx)
+- added flag to use raw haproxy metric names `--use-haproxy-names` (@bergerx)
+- added flag to include explicit type names in generated metrics names `--use-explicit-names` (@bergerx)
+
## [1.3.0] - 2017-08-05
### Added
- Flag to use SSL in `check-haproxy.rb` (@foozmeat) (@Evesey)
## [1.2.0] - 2017-07-25
@@ -67,10 +73,11 @@
## 0.0.1 - 2015-05-21
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...HEAD
+[1.4.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.1...1.0.0
[0.1.1]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.0...0.1.1