Skip to content

Commit

Permalink
Bump v0.9.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 Oct 3, 2020
1 parent 6b820cf commit 71b7767
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.9.0] - 2020-10-03

### Added

- New helper method to get an `std` HTTP provider (`std.HandlerProvider`) (used by various frameworks like Gorilla).
Expand Down Expand Up @@ -98,7 +100,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.8.0...HEAD
[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/slok/go-http-metrics/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/slok/go-http-metrics/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/slok/go-http-metrics/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/slok/go-http-metrics/compare/v0.6.0...v0.6.1
Expand Down

0 comments on commit 71b7767

Please sign in to comment.