CHANGELOG.md in sidekiq_prometheus-1.1.0 vs CHANGELOG.md in sidekiq_prometheus-1.2.0

- old
+ new

@@ -1,6 +1,33 @@ CHANGELOG +<a name="v1.2.0"></a> +## [v1.2.0](https://github.com/fastly/sidekiq-prometheus/compare/v1.1.0...v1.2.0) (2020-10-01) + +### Feature + +* allow the metrics host to be disabled with a configuration option +* use prometheus-client ~> 2.0 + +### Pull Requests + +* Merge pull request [#17](https://github.com/fastly/sidekiq-prometheus/issues/17) from jetpks/add-option-to-disable-metrics-server +* Merge pull request [#15](https://github.com/fastly/sidekiq-prometheus/issues/15) from silicakes/master + +<a name="v1.1.0"></a> +## [v1.1.0](https://github.com/fastly/sidekiq-prometheus/compare/v1.0.1...v1.1.0) (2020-02-12) + +### Feature + +* allow for configuration of the metrics host (instead of always binding to 127.0.0.1) +* Use prometheus-client ~> 1.0.0 + +### Pull Requests + +* Merge pull request [#13](https://github.com/fastly/sidekiq-prometheus/issues/13) from postmodern/metrics_host +* Merge pull request [#11](https://github.com/fastly/sidekiq-prometheus/issues/11) from rossjones/patch-1 +* Merge pull request [#12](https://github.com/fastly/sidekiq-prometheus/issues/12) from fastly/hr + <a name="v1.0.0"></a> ## [v1.0.0](https://github.com/fastly/sidekiq-prometheus/compare/v0.9.1...v1.0.0) (2019-10-24) ### Pull Requests