Skip to content

Commit 9a04cb8

Browse files
committedFeb 13, 2025·
Merge branch 'release/3.1.2'
2 parents 4e609e0 + 0d8ca6a commit 9a04cb8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
813
## [v3.1.1] - 2025-02-11
914

1015
### Fixed

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.sldk.mc</groupId>
88
<artifactId>minecraft-prometheus-exporter</artifactId>
9-
<version>3.1.2-SNAPSHOT</version>
9+
<version>3.1.2</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

‎src/main/resources/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: PrometheusExporter
2-
version: 3.1.1
2+
version: 3.1.2
33
author: sldk
44
main: de.sldk.mc.PrometheusExporter
55
website: https://github.com/sladkoff/minecraft-prometheus-exporter

0 commit comments

Comments
 (0)
Please sign in to comment.