From b52078d7ebf4fad224603ed337d76d41f4874723 Mon Sep 17 00:00:00 2001 From: Leonid Koftun Date: Tue, 2 Jan 2024 18:28:04 +0100 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 4e8c9bd5..409aeba6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.sldk.mc minecraft-prometheus-exporter - 2.5.1-SNAPSHOT + 2.6.0 jar From 5e850db53a26d727e9e7f0d1d2988f44b0e48d7e Mon Sep 17 00:00:00 2001 From: Leonid Koftun Date: Tue, 2 Jan 2024 18:28:45 +0100 Subject: [PATCH 2/2] docs: update changelog and plugin.yml --- CHANGELOG.md | 11 +++++++++-- src/main/resources/plugin.yml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fa96ac..5f115051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,19 @@ 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). -## [Unreleased] - 2024-01-02 +## [v2.6.0] - 2024-01-02 Special thanks to all new and old contributors :star: +### Added +- [#176](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/176): Add whitelisted players count metric `mc_whitelisted_players` + +### Changed +- [#157](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/157): Change default port for new installations + ### Fixed - [#197](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/197): Plugin crashes on Azul JVM - ## [v2.5.0] - 2022-04-11 Special thanks to all new and old contributors :star: @@ -153,6 +158,8 @@ Special thanks to all new and old contributors :star: ### Added - Initial exporter +[v2.6.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.5.0...v2.6.0 +[v2.5.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.4.2...v2.5.0 [v2.4.2]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.4.1...v2.4.2 [v2.4.1]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.4.0...v2.4.1 [v2.4.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.3.0...v2.4.0 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 77355085..7603d800 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: PrometheusExporter -version: 2.5.1-SNAPSHOT +version: 2.6.0 author: sldk main: de.sldk.mc.PrometheusExporter website: sldk.de