Skip to content

Commit

Permalink
Bump CHANGELOG.md to v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmundur committed Dec 9, 2016
1 parent fa5062d commit 69ad5b3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [0.20.2] - 2016-12-09
### Added
- Optional `Pliny::Middleware::Metrics` middleware that reports number of
requests, request latency and class of HTTP status codes.
([#289](https://github.com/interagent/pliny/pull/289))

## [0.20.1] - 2016-12-08
### Added
- `Pliny::Metrics.measure` now supports `value` as a keyword parameter as well
Expand Down Expand Up @@ -69,8 +75,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Useless code coverage reports. ([#255](https://github.com/interagent/pliny/pull/255))
- Cleanup of active database connections after migration runs. ([#257](https://github.com/interagent/pliny/pull/257))

[Unreleased]: https://github.com/interagent/pliny/compare/v0.21.0...HEAD
[0.20.1]: https://github.com/interagent/pliny/compare/v0.20.0...v0.21.0
[Unreleased]: https://github.com/interagent/pliny/compare/v0.20.2...HEAD
[0.20.2]: https://github.com/interagent/pliny/compare/v0.20.1...v0.20.2
[0.20.1]: https://github.com/interagent/pliny/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/interagent/pliny/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/interagent/pliny/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/interagent/pliny/compare/v0.17.1...v0.18.0
Expand Down

0 comments on commit 69ad5b3

Please sign in to comment.