Skip to content

Commit

Permalink
Merge branch 'release/2.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sladkoff committed Jan 2, 2024
2 parents 5eb93e7 + 5e850db commit f673f99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ 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).

## [Unreleased] - 2024-01-02
## [v2.6.0] - 2024-01-02

Special thanks to all new and old contributors :star:

### Added
- [#176](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/176): Add whitelisted players count metric `mc_whitelisted_players`

### Changed
- [#157](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/157): Change default port for new installations

### Fixed
- [#197](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/197): Plugin crashes on Azul JVM


## [v2.5.0] - 2022-04-11

Special thanks to all new and old contributors :star:
Expand Down Expand Up @@ -153,6 +158,8 @@ Special thanks to all new and old contributors :star:
### Added
- Initial exporter

[v2.6.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.5.0...v2.6.0
[v2.5.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.4.2...v2.5.0
[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
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.5.1-SNAPSHOT</version>
<version>2.6.0</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.5.1-SNAPSHOT
version: 2.6.0
author: sldk
main: de.sldk.mc.PrometheusExporter
website: sldk.de
Expand Down

0 comments on commit f673f99

Please sign in to comment.