Skip to content

Commit

Permalink
Merge branch 'release/2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sladkoff committed May 16, 2020
2 parents 574b723 + 4c64810 commit 38374e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.2.0] - 2020-05-16

Special thanks to all new and old contributors :star:

### Added
- [#33](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/33): New villager metric `mc_villagers_total`
- [#41](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/39): New server tick duration metrics `mc_tick_duration_*`
- [#42](https://github.com/sladkoff/minecraft-prometheus-exporter/pull/42): gzip transport support

### Fixed
- [#23](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/23): TPS inaccuracy in `mc_tps`

## [v2.1.1] - 2020-04-12

### Fixed
Expand Down Expand Up @@ -68,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial exporter

[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
[v2.0.1]: https://github.com/sladkoff/minecraft-prometheus-exporter/compare/v2.0.0...v2.0.1
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.2.0-SNAPSHOT</version>
<version>2.2.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.2.0-SNAPSHOT
version: 2.2.0
author: sldk
main: de.sldk.mc.PrometheusExporter
website: sldk.de

0 comments on commit 38374e9

Please sign in to comment.