CHANGELOG.md in sensu-plugins-mesos-0.1.0 vs CHANGELOG.md in sensu-plugins-mesos-0.1.1
- old
+ new
@@ -1,14 +1,21 @@
#Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
-### [Unreeleased][unreleased]
+## [Unreleased]
-## 0.1.0 - 2015-09-14
-## Added
+## [0.1.1] - 2016-03-04
+### Added
+- metrics-mesos.rb, metrics-marathon.rb: add port option
+
+### Changed
+- Rubocop upgrade and cleanup
+
+## [0.1.0] - 2015-09-14
+### Added
- Added a check comparing Marathon instances for a specific task against the configured minimum
## [0.0.4] - 2015-07-30
### Changed
- Mesos check supports multiple servers.
@@ -22,21 +29,20 @@
### Fixed
- Only create binstubs for Ruby scripts
## [0.0.2] - 2015-07-14
-
### Changed
- updated sensu-plugin gem to 1.2.0
### Added
- Timeout option.
## 0.0.1 - 2015-05-21
-
### Added
- initial release
-[unreleased]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.1.0...HEAD
-[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.0.4...0.1.0
-[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.0.2...0.0.4
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mesos/compare/0.1.1...HEAD
+[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