CHANGELOG.md in sensu-plugins-haproxy-0.0.5 vs CHANGELOG.md in sensu-plugins-haproxy-0.1.0
- old
+ new
@@ -1,12 +1,20 @@
#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
+## [Unreleased]
+## [0.1.0] - 2016-03-04
+### Added
+- added `num_up` metric for each backend set showing the number of available backends
+- added flags to check session availability per backend
+
+### Changed
+- update rubocop rules and fix errors
+
## [0.0.5] - 2015-11-26
### Changed
- alert on min server count
- fixed reporting of empty values
@@ -17,16 +25,21 @@
## [0.0.3] - 2015-07-14
### Changed
- updated sensu-plugin gem to 1.2.0
## [0.0.2] - 2015-06-02
-
### Fixed
- added binstubs
### Changed
- removed cruft from /lib
-## [0.0.1] - 2015-05-21
-
+## 0.0.1 - 2015-05-21
### Added
- initial release
+
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.0...HEAD
+[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
+[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.0.2...0.0.3
+[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.0.1...0.0.2