diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f28c18..fc62089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for aiodogstatsd -## 0.13.0 (20XX-XX-XX) +## 0.13.0 (2020-07-29) - Added configuration option to limit pending queue size. Can be configured by passing `pending_queue_size` named argument into `aiodogstatsd.Client` class. By default: `65536`, #24 diff --git a/pyproject.toml b/pyproject.toml index 716de7b..33394e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ skip = ".eggs,.venv,venv" [tool.poetry] name = "aiodogstatsd" -version = "0.13.0-alpha.0" +version = "0.13.0" description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension" authors = [ "Nikita Grishko "