CHANGELOG.md in statsd-instrument-3.9.4 vs CHANGELOG.md in statsd-instrument-3.9.5

- 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.5 + +- [#387](https://github.com/Shopify/statsd-instrument/pull/387) - Fixing bug when using aggregation and sending sampled +histogram metrics, they will not be scaled properly because of missing sampling rate in the final sent sample. + ## Version 3.9.4 - [#384](https://github.com/Shopify/statsd-instrument/pull/384) - Aggregation: fixing bug when sending metrics synchronously e.g. when the main thread is killed and we are forced to flush the metrics.