Skip to content

Commit

Permalink
v0.1.3, changelog (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlvl committed Dec 15, 2021
1 parent ee55f42 commit 9c6291a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 0.1.3 (Dec 15, 2021)

### Changed
- [PR17](https://github.com/mchlvl/starlette-zipkin/pull/17) requirements changed to ranges

## 0.1.2 (July 25, 2021)

### Added
Expand Down
2 changes: 1 addition & 1 deletion starlette_zipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from .header_formatters import B3Headers, UberHeaders

__version__ = "0.1.2"
__version__ = "0.1.3"
__all__ = [
"ZipkinConfig",
"ZipkinMiddleware",
Expand Down

0 comments on commit 9c6291a

Please sign in to comment.