From abe8aa3b7d24111d6addce278f89cd651bff8072 Mon Sep 17 00:00:00 2001 From: sladkoff Date: Mon, 11 Apr 2022 23:37:48 +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 6bcbb8c6..4e4936ea 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.sldk.mc minecraft-prometheus-exporter - 2.4.4-SNAPSHOT + 2.5.0 jar From bf17fa86523534663e2a13ba28c0d25329667b83 Mon Sep 17 00:00:00 2001 From: sladkoff Date: Mon, 11 Apr 2022 23:41:00 +0200 Subject: [PATCH 2/2] Update changelog, plugin.yml --- CHANGELOG.md | 7 +++++++ src/main/resources/plugin.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 798901b4..051b8427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.5.0] - 2022-04-11 + +Special thanks to all new and old contributors :star: + +### Added +- [#128](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/128): New world size metric `mc_world_size` + ## [v2.4.3] - 2022-04-11 ### Fixed diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ae16805e..97e134d9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: PrometheusExporter -version: 2.4.4-SNAPSHOT +version: 2.5.0 author: sldk main: de.sldk.mc.PrometheusExporter website: sldk.de