CHANGELOG.md in sensu-plugins-elasticsearch-2.1.0 vs CHANGELOG.md in sensu-plugins-elasticsearch-3.0.0
- old
+ new
@@ -3,10 +3,14 @@
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
## [Unreleased]
+## [3.0.0] - 2018-12-17
+### Breaking Changes
+- removed ruby support for versions `< 2.3` (@majormoses)
+
## [2.1.0] - 2018-05-23
### Added
- check-es-shard-allocation-status.rb, check-es-file-descriptors.rb, check-es-heap.rb: added `--cert-file` option which allows you to specify a ca-cert to be used to verify TLS (@vin01)
## [2.0.1] - 2018-03-27
@@ -253,10 +257,11 @@
## 0.0.1 - 2015-05-21
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/3.0.0...HEAD
+[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...3.0.0
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.1...2.1.0
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...2.0.0
[1.12.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.1...1.12.0
[1.11.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.0...1.11.1