Skip to content

Commit

Permalink
Prepare for 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siimon committed Jun 29, 2018
1 parent 6f517d8 commit e32827d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,23 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

* Added ability to set a name prefix in the default metrics

### Breaking

### Changed

### Added

## [11.1.0] - 2018-06-29

* Added ability to set a name prefix in the default metrics

### Changed

* Fixed `startTimer` utility to not mutate objects passed as `startLabels`
* Fixed `Counter` to validate labels parameter of `inc()` against initial labelset
* Fixed `Counter` to validate labels parameter of `inc()` against initial
labelset
* Fixed `AggregatorFactory` losing the aggregator method of metrics

### Added

## [11.0.0] - 2018-03-10

### Breaking
Expand Down

0 comments on commit e32827d

Please sign in to comment.