From 251f3f77b75fd8f8600424f646cc5c6c8488c086 Mon Sep 17 00:00:00 2001 From: Gudmundur Bjarni Olafsson Date: Fri, 6 Jan 2017 13:52:51 +0100 Subject: [PATCH] Changelog entries for v0.22.0 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d492d5..d05d4d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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