Skip to content

Commit

Permalink
[release] uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed May 24, 2019
1 parent ad1efad commit b75e9aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog for aiodogstatsd

## 0.6.0 (2019-XX-XX)
## 0.6.0 (2019-05-24)

- **Breaking Change:** Send time in milliseconds in middlewares, #3 by @eserge

## 0.5.0 (2019-05-16)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ skip = ".eggs,.venv,venv"

[tool.poetry]
name = "aiodogstatsd"
version = "0.6.0-alpha.0"
version = "0.6.0"
description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension"
authors = [
"Nikita Grishko <[email protected]>"
Expand Down

0 comments on commit b75e9aa

Please sign in to comment.