We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f34cf commit 4013ab5Copy full SHA for 4013ab5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.8.0] - 2020-06-04
6
+
7
### Added
8
9
- New middleware helper for the Goji framework.
@@ -89,7 +91,8 @@ Breaking change: The library has been refactored to be more flexible when adding
89
91
- HTTP latency requests.
90
92
- Prometheus recorder.
93
-[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.7.0...HEAD
94
+[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.8.0...HEAD
95
+[0.8.0]: https://github.com/slok/go-http-metrics/compare/v0.7.0...v0.8.0
96
[0.7.0]: https://github.com/slok/go-http-metrics/compare/v0.6.1...v0.7.0
97
[0.6.1]: https://github.com/slok/go-http-metrics/compare/v0.6.0...v0.6.1
98
[0.6.0]: https://github.com/slok/go-http-metrics/compare/v0.5.0...v0.6.0
0 commit comments