File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v3.1.2] - 2025-02-13
9
+
10
+ ### Fixed
11
+ - [ #287 ] ( https://github.com/sladkoff/minecraft-prometheus-exporter/pull/287 ) : Async metrics are not awaited properly
12
+
8
13
## [ v3.1.1] - 2025-02-11
9
14
10
15
### Fixed
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >de.sldk.mc</groupId >
8
8
<artifactId >minecraft-prometheus-exporter</artifactId >
9
- <version >3.1.2-SNAPSHOT </version >
9
+ <version >3.1.2</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 1
1
name : PrometheusExporter
2
- version : 3.1.1
2
+ version : 3.1.2
3
3
author : sldk
4
4
main : de.sldk.mc.PrometheusExporter
5
5
website : https://github.com/sladkoff/minecraft-prometheus-exporter
You can’t perform that action at this time.
0 commit comments