CHANGELOG.md in sensu-plugins-haproxy-1.0.0 vs CHANGELOG.md in sensu-plugins-haproxy-1.1.0

- old
+ new

@@ -1,12 +1,18 @@ #Change Log This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) + ## [Unreleased] +## [1.1.0] - 2017-01-30 +### Added +- `check-haproxy.rb`: added fail on missing service flag (@obazoud) +- Consider backends in DRAIN status as UP and add flag to include backends in MAINT status (@modax) + ## [1.0.0] - 2016-12-08 ### Added - added names of the failed backends to check-haproxy.rb status - added check status of failed backends to check-haproxy.rb output - support for Ruby 2.3.0 @@ -52,10 +58,11 @@ ## 0.0.1 - 2015-05-21 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...HEAD +[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 [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.0.5...0.1.0 [0.0.5]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.0.3...0.0.4