Skip to content

Commit

Permalink
Merge branch 'release/2.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sladkoff committed Apr 11, 2022
2 parents 3be2e7e + 53f2ad8 commit 34d3411
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.4.3] - 2022-04-11

### Fixed

Special thanks to all new and old contributors :star:

- [#125](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/125):
Fix accumulating unloaded worlds
- [#139](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/139): Update json-path
- [#140](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/140): Update prometheus-client
- [#141](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/141): Update Jetty
- [#143](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/143):
Fix warn logs due to collection of 'unknown' statistics

## [v2.4.2] - 2021-06-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.sldk.mc</groupId>
<artifactId>minecraft-prometheus-exporter</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.4.3</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PrometheusExporter
version: 2.4.3-SNAPSHOT
version: 2.4.3
author: sldk
main: de.sldk.mc.PrometheusExporter
website: sldk.de
api-version: 1.16
api-version: 1.16

0 comments on commit 34d3411

Please sign in to comment.