CHANGELOG.md in sensu-plugins-solr-1.1.0 vs CHANGELOG.md in sensu-plugins-solr-1.2.0

- old
+ new

@@ -3,10 +3,15 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] +## [1.2.0] - 2023-10-16 +### Changed +- Added backwards compatible support for solr 9.x in `check-solr-replication-lag` by checking both `(follower|slave)` terms in API response (@danieltoader) +- Added authentication in `check-solr-replication-lag` (@danieltoader) + ## [1.1.0] - 2018-07-12 ### Added - Added solr replication lag check (@alexbumbacea) ### Changed @@ -38,10 +43,11 @@ ## 0.0.1 - 2015-05-20 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-solr/compare/1.1.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-solr/compare/1.2.0...HEAD +[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-solr/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-solr/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-solr/compare/0.0.3...1.0.0 [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-solr/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-solr/compare/0.0.1...0.0.2