diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cf5af..90212a9 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.0] +### Fixed +- Use tags to allow nested time() calls. + ## [3.1.2] ### Fixed - Updated dependency to replace all legacy versions in domnikl/statsd. @@ -58,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - first version supporting counters, timings -[Unreleased]: https://github.com/Slickdeals/statsd-php/compare/3.1.2...HEAD +[Unreleased]: https://github.com/Slickdeals/statsd-php/compare/3.2.0...HEAD +[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 [3.1.0]: https://github.com/Slickdeals/statsd-php/compare/3.0.1...3.1.0