We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473567f commit 9382edeCopy full SHA for 9382ede
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.10.0] - 2021-11-16
6
+
7
### Added
8
9
- Support Fasthttp library.
@@ -109,7 +111,8 @@ Breaking change: The library has been refactored to be more flexible when adding
109
111
- HTTP latency requests.
110
112
- Prometheus recorder.
113
-[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.9.0...HEAD
114
+[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.10.0...HEAD
115
+[0.10.0]: https://github.com/slok/go-http-metrics/compare/v0.9.0...v0.10.0
116
[0.9.0]: https://github.com/slok/go-http-metrics/compare/v0.8.0...v0.9.0
117
[0.8.0]: https://github.com/slok/go-http-metrics/compare/v0.7.0...v0.8.0
118
[0.7.0]: https://github.com/slok/go-http-metrics/compare/v0.6.1...v0.7.0
0 commit comments