Skip to content

Commit d783a04

Browse files
committed
Merge branch 'release/3.1.1'
2 parents aac847a + 560234f commit d783a04

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.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+
816
## [v3.1.0] - 2024-03-01
917

1018
### Added

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.1-SNAPSHOT</version>
9+
<version>3.1.1</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.0
2+
version: 3.1.1
33
author: sldk
44
main: de.sldk.mc.PrometheusExporter
55
website: https://github.com/sladkoff/minecraft-prometheus-exporter

0 commit comments

Comments
 (0)