Skip to content

Commit

Permalink
Merge branch 'release/2.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sladkoff committed Jan 8, 2021
2 parents 214eaef + c10e5af commit 5c85898
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [v2.3.0] - 2021-01-08

Special thanks to all new and old contributors :star:

### Fixed
- [#46](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/46): Inaccuracies in metrics `mc_entities_total` and `mc_villagers_total`
- [#53](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/53): Opt-out of legacy material support to improve performance

### Changes
- [#52](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/52): Update Jetty to fix security vulnerabilities

## [v2.2.0] - 2020-05-16

Special thanks to all new and old contributors :star:
Expand Down Expand Up @@ -80,6 +91,7 @@ Special thanks to all new and old contributors :star:
### Added
- Initial exporter

[v2.3.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.2.0...v2.3.0
[v2.2.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.1.1...v2.2.0
[v2.1.1]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.0.1...v2.1.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.3.0-SNAPSHOT</version>
<version>2.3.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.3.0-SNAPSHOT
version: 2.3.0
author: sldk
main: de.sldk.mc.PrometheusExporter
website: sldk.de
Expand Down

0 comments on commit 5c85898

Please sign in to comment.