CHANGELOG.md in statsd-instrument-3.9.1 vs CHANGELOG.md in statsd-instrument-3.9.2

- old
+ new

@@ -4,9 +4,14 @@ creating a pull request, please add an entry to the "unreleased changes" section below. ## Unreleased changes +## Version 3.9.2 + +- [#381](https://github.com/Shopify/statsd-instrument/pull/381) - Reduce log level of some messages inside new Aggregator +to avoid contention and verbosity. + ## Version 3.9.1 - [#378](https://github.com/Shopify/statsd-instrument/pull/378) - Respect sampling rate when aggregation is enabled, just for timing metrics. Not respecting sampling rate, incurs in a performance penalty, as we will send more metrics than expected. Moreover, it overloads the StatsD server, which has to send out and process more metrics than expected.