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

- old
+ new

@@ -1,11 +1,16 @@ -#Change Log +# 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-07-10 +### Added +- metrics-mesos.rb: Added option "include_role" to inject in metric fields whether a master node is leader or standby + ## [1.0.0] - 2017-05-05 ### Breaking Change - check-mesos.rb: removed the `mode` parameter (@luisdavim) ### Added @@ -59,10 +64,11 @@ ## 0.0.1 - 2015-05-21 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/1.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/1.1.0...HEAD +[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.1.1...1.0.0 [0.1.1]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.0.4...0.1.0 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.0.2...0.0.4 [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.0.1...0.0.2