File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.1] - 2025-02-11
9
+
10
+ ### Fixed
11
+ - [ #285 ] ( https://github.com/sladkoff/minecraft-prometheus-exporter/pull/285 ) : Do not pin threads when handling sync metrics
12
+
13
+ ### Changed
14
+ - Updated internal dependencies
15
+
8
16
## [ v3.1.0] - 2024-03-01
9
17
10
18
### Added
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.1-SNAPSHOT </version >
9
+ <version >3.1.1</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.0
2
+ version : 3.1.1
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