Skip to content

Commit

Permalink
Merge branch 'release/2.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sladkoff committed Jun 24, 2021
2 parents c85b954 + f1a293a commit fe08145
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2] - 2021-06-25

### Fixed

- [#97](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/97):
Player stats files are loaded even if 'player_statistic' is disabled
- [#91](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/91): Update Jetty
- [#87](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/87): Update json-path
- [#86](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/86): Update prometheus-client

## [v2.4.1] - 2021-05-20

Special thanks to all new and old contributors :star:
Expand Down Expand Up @@ -114,6 +124,7 @@ Special thanks to all new and old contributors :star:
### Added
- Initial exporter

[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
[v2.3.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.2.0...v2.3.0
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.2-SNAPSHOT</version>
<version>2.4.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PrometheusExporter
version: 2.4.2-SNAPSHOT
version: 2.4.2
author: sldk
main: de.sldk.mc.PrometheusExporter
website: sldk.de
Expand Down

0 comments on commit fe08145

Please sign in to comment.