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/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 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