Skip to content

Commit

Permalink
Bump version to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisen committed Jun 16, 2017
1 parent bc2e4a4 commit 71ca501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.8.1 (2017-06-16)
------------------
- Fixed server send timing to more accurately reflect when server send
actually occurs.
- Replaced logging_start annotation with logging_end

0.8.0 (2017-06-01)
------------------
- Added 128-bit trace id support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = '0.8.0'
__version__ = '0.8.1'

setup(
name='py_zipkin',
Expand Down

0 comments on commit 71ca501

Please sign in to comment.