diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e07e8..6761db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for aiodogstatsd -## 0.11.0 (20XX-XX-XX) +## 0.11.0 (2020-02-21) - Updated documentation: described why 9125 port used by default, #16 - Added [`Starlette`](https://www.starlette.io) framework integration helpers (middleware), #15 diff --git a/pyproject.toml b/pyproject.toml index b6c0229..8b24bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ skip = ".eggs,.venv,venv" [tool.poetry] name = "aiodogstatsd" -version = "0.11.0-alpha.1" +version = "0.11.0" description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension" authors = [ "Nikita Grishko "