From 25320de3040f50669906d96aeea856204fc2733f Mon Sep 17 00:00:00 2001 From: Lorenzo Alberton Date: Tue, 1 Aug 2017 12:31:06 +0100 Subject: [PATCH] updated changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05b557f..bd6ab34 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ The string "%HOST%" in the metric name will automatically be replaced with the h ## Changelog +* `v.1.2.0`: Sample rate support (thanks to [Hongjian Zhu](https://github.com/hongjianzhu)) * `v.1.1.0`: * Added `SendEvents` function to `Statsd` interface;