diff --git a/CHANGELOG.md b/CHANGELOG.md index de45f03..6b8bb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [5.8.2](https://github.com/trallnag/prometheus-fastapi-instrumentator/compare/v5.8.1...v5.8.2) (2022-06-12) + ### [5.8.1](https://github.com/trallnag/prometheus-fastapi-instrumentator/compare/v5.8.0...v5.8.1) (2022-05-03) diff --git a/pyproject.toml b/pyproject.toml index 3470896..b3ad8f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "prometheus-fastapi-instrumentator" -version = "5.8.1" +version = "5.8.2" description = "Instrument your FastAPI with Prometheus metrics" authors = ["Tim Schwenke "] license = "MIT"