Skip to content

Commit

Permalink
v0.2.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlvl committed Mar 5, 2022
1 parent 86909d0 commit 7719133
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## 0.2.2 (March 5, 2022)

### Fixed
- [PR31](https://github.com/mchlvl/starlette-zipkin/pull/31) test tracer fixed via dependency injection



## 0.2.1 (March 5, 2022)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion starlette_zipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from starlette_zipkin.middleware import ZipkinConfig, ZipkinMiddleware, get_ip
from starlette_zipkin.trace import get_root_span, get_tracer, trace

__version__ = "0.2.1"
__version__ = "0.2.2"
__all__ = [
"ZipkinConfig",
"ZipkinMiddleware",
Expand Down

0 comments on commit 7719133

Please sign in to comment.