Skip to content

Commit

Permalink
chore: Prepare release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jul 15, 2023
1 parent de7b29c commit 55ab0b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## Unreleased

Nothing.

## [6.1.0](https://github.com/trallnag/prometheus-fastapi-instrumentator/compare/v6.0.0...v6.1.0) / 2023-07-15

### Added

- Added label `method` metric `http_request_duration_seconds` from default
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "prometheus-fastapi-instrumentator"
version = "6.0.0"
version = "6.1.0"
description = "Instrument your FastAPI with Prometheus metrics."
authors = ["Tim Schwenke <[email protected]>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus_fastapi_instrumentator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .instrumentation import PrometheusFastApiInstrumentator

__version__ = "6.0.0"
__version__ = "6.1.0"

Instrumentator = PrometheusFastApiInstrumentator

0 comments on commit 55ab0b7

Please sign in to comment.