CHANGELOG.md in sidekiq_prometheus-1.8.3 vs CHANGELOG.md in sidekiq_prometheus-1.9.0
- old
+ new
@@ -1,6 +1,14 @@
CHANGELOG
+<a name="v1.8.3"></a>
+## [v1.8.3](https://github.com/fastly/sidekiq-prometheus/compare/v1.8.2...v1.8.3) (2023-01-30)
+
+## What's Changed
+* Track leader state so that can unregister when demoted by @leklund in https://github.com/fastly/sidekiq-prometheus/pull/36
+
+**Full Changelog**: https://github.com/fastly/sidekiq-prometheus/compare/v1.8.2...v1.8.3
+
<a name="v1.8.2"></a>
## [v1.8.2](https://github.com/fastly/sidekiq-prometheus/compare/v1.8.1...v1.8.2) (2022-11-29)
## What's Changed
* Allow sidekiq-prometheus to work with prometheus-client version > 2 by @hieuk09 in https://github.com/fastly/sidekiq-prometheus/pull/29