Skip to content

Commit

Permalink
Changelog entries for v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmundur committed Jan 6, 2017
1 parent cff6bc8 commit 251f3f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [0.22.0] - 2017-01-06
### Added
- Add and apply Rubocop to the template. ([#294](https://github.com/interagent/pliny/pull/294))

### Fixed
- Regression in Rollbar scope extraction. ([#295](https://github.com/interagent/pliny/pull/295))

## [0.21.0] - 2016-12-13
### Added
- Optionally specify `message` on `RescueError` middleware to override the
Expand Down Expand Up @@ -92,7 +99,8 @@ 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
[Unreleased]: https://github.com/interagent/pliny/compare/v0.22.0...HEAD
[0.22.0]: https://github.com/interagent/pliny/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/interagent/pliny/compare/v0.20.2...v0.21.0
[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
Expand Down

0 comments on commit 251f3f7

Please sign in to comment.