CHANGELOG.md in sensu-plugins-ipmi-1.0.0 vs CHANGELOG.md in sensu-plugins-ipmi-1.0.1
- old
+ new
@@ -1,12 +1,19 @@
-#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.0.1] - 2017-08-07
+### Changed
+- Change `sensu-plugin` dependency to `~> 1.2` (@eheydrick)
+
+### Fixed
+- Fix deprecated timeout method (@peterhoeg)
+
## [1.0.0] - 2017-07-12
### Added
- Testing on 2.3.0 & 2.4.1
### Breaking Changes
@@ -18,8 +25,9 @@
## 0.0.1 - 2015-06-28
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ipmi/compare/1.0.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ipmi/compare/1.0.1...HEAD
+[1.0.1]: https://github.com/sensu-plugins/sensu-plugins-ipmi/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-ipmi/compare/0.0.2...1.0.0
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-ipmi/compare/0.0.1...0.0.2