diff --git a/CHANGELOG.md b/CHANGELOG.md index 90212a9..c4d6fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.1] +### Changed +- Set sample rate to be minimum of global and metric sample rate + ## [3.2.0] ### Fixed - Use tags to allow nested time() calls. @@ -63,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - first version supporting counters, timings [Unreleased]: https://github.com/Slickdeals/statsd-php/compare/3.2.0...HEAD +[3.2.1]: https://github.com/Slickdeals/statsd-php/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/Slickdeals/statsd-php/compare/3.1.2...3.2.0 [3.1.2]: https://github.com/Slickdeals/statsd-php/compare/3.1.1...3.1.2 [3.1.1]: https://github.com/Slickdeals/statsd-php/compare/3.1.0...3.1.1