From b72a0e2e1bf5a086a18dea63bb1c28dc49c7324b Mon Sep 17 00:00:00 2001 From: Leonid Koftun Date: Sat, 16 May 2020 18:04:12 +0200 Subject: [PATCH 1/2] Update versions for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2b91211c..558b52c7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.sldk.mc minecraft-prometheus-exporter - 2.2.0-SNAPSHOT + 2.2.0 jar From 4c64810788f8a84cdcf68368b8c1cf078a002dbc Mon Sep 17 00:00:00 2001 From: Leonid Koftun Date: Sat, 16 May 2020 18:18:58 +0200 Subject: [PATCH 2/2] Bump plugin version, update changelog --- CHANGELOG.md | 13 +++++++++++++ src/main/resources/plugin.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79108e70..9a656599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.2.0] - 2020-05-16 + +Special thanks to all new and old contributors :star: + +### Added +- [#33](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/33): New villager metric `mc_villagers_total` +- [#41](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/39): New server tick duration metrics `mc_tick_duration_*` +- [#42](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/42): gzip transport support + +### Fixed +- [#23](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/23): TPS inaccuracy in `mc_tps` + ## [v2.1.1] - 2020-04-12 ### Fixed @@ -68,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial exporter +[v2.2.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.1.1...v2.2.0 [v2.1.1]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.1.0...v2.1.1 [v2.1.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.0.1...v2.1.0 [v2.0.1]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.0.0...v2.0.1 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 8f8d2130..a7f4970b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: PrometheusExporter -version: 2.2.0-SNAPSHOT +version: 2.2.0 author: sldk main: de.sldk.mc.PrometheusExporter website: sldk.de \ No newline at end of file