From dab00f599c32af26cef2d6f91b656752a3eaa140 Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Thu, 5 Sep 2024 19:04:27 +0200 Subject: [PATCH] Bump v0.13.0 Signed-off-by: Xabier Larrakoetxea --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc79c0..c224116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ ## [Unreleased] +## [0.13.0] - 2024-09-05 + ### Added - Added `IgnoredPaths` option to ignore measuring specific exact paths. +### Changed + +- Dependency updates. +- Use Go 1.23. ## [0.12.0] - 2024-04-19 @@ -134,7 +140,8 @@ Breaking change: The library has been refactored to be more flexible when adding - HTTP latency requests. - Prometheus recorder. -[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.12.0...HEAD +[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/slok/go-http-metrics/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/slok/go-http-metrics/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/slok/go-http-metrics/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/slok/go-http-metrics/compare/v0.9.0...v0.10.0