Skip to content

Commit

Permalink
chore: Prepare release v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Mar 19, 2023
1 parent b8d6ab1 commit e4b9d84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## Unreleased

Nothing.

## [5.11.2](https://github.com/trallnag/prometheus-fastapi-instrumentator/compare/v5.11.1...v5.11.2) / 2023-03-19

## Fixed

- Fixed `info.response.body` in instrumentation functions being wrongfully empty
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "prometheus-fastapi-instrumentator"
version = "5.11.1"
version = "5.11.2"
description = "Instrument your FastAPI with Prometheus metrics."
authors = ["Tim Schwenke <tim@trallnag.com>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus_fastapi_instrumentator/__init__.py
@@ -1,5 +1,5 @@
from .instrumentation import PrometheusFastApiInstrumentator

__version__ = "5.11.1"
__version__ = "5.11.2"

Instrumentator = PrometheusFastApiInstrumentator

0 comments on commit e4b9d84

Please sign in to comment.