Skip to content

Commit

Permalink
Bump v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
  • Loading branch information
slok committed Dec 11, 2019
1 parent be48cb1 commit a3a42eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.6.0] - 2019-12-11

### Breaking changes

- 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).
Expand All @@ -14,7 +16,7 @@

- 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)

## [0.5.0] - 2019-12-12
## [0.5.0] - 2019-12-10

### Added

Expand Down Expand Up @@ -57,7 +59,8 @@
- HTTP latency requests.
- Prometheus recorder.

[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.5.0...HEAD
[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/slok/go-http-metrics/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/slok/go-http-metrics/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/slok/go-http-metrics/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/slok/go-http-metrics/compare/v0.2.0...v0.3.0
Expand Down

0 comments on commit a3a42eb

Please sign in to comment.