Skip to content

Commit a3a42eb

Browse files
committed
Bump v0.6.0
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent be48cb1 commit a3a42eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.6.0] - 2019-12-11
6+
57
### Breaking changes
68

79
- The Recorder methods now receive properties in a single argument, this will make less breaking changes and better API (there where too many arguments for a function).
@@ -14,7 +16,7 @@
1416

1517
- The Recorder methods now receive properties in a single argument, this will make less breaking changes and better API (there where too many arguments for a function)
1618

17-
## [0.5.0] - 2019-12-12
19+
## [0.5.0] - 2019-12-10
1820

1921
### Added
2022

@@ -57,7 +59,8 @@
5759
- HTTP latency requests.
5860
- Prometheus recorder.
5961

60-
[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.5.0...HEAD
62+
[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.6.0...HEAD
63+
[0.6.0]: https://github.com/slok/go-http-metrics/compare/v0.5.0...v0.6.0
6164
[0.5.0]: https://github.com/slok/go-http-metrics/compare/v0.4.0...v0.5.0
6265
[0.4.0]: https://github.com/slok/go-http-metrics/compare/v0.3.0...v0.4.0
6366
[0.3.0]: https://github.com/slok/go-http-metrics/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)