CHANGELOG.md in licensed-2.11.1 vs CHANGELOG.md in licensed-2.12.0

- old
+ new

@@ -4,9 +4,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## 2.12.0 +2020-06-19 + +### Added +- `--sources` argument for cache, list, status and notices commands to filter running sources (https://github.com/github/licensed/pull/287) + +### Fixed +- `cache` command will not remove files outside of enabled source cache paths (https://github.com/github/licensed/pull/287) + ## 2.11.1 2020-06-09 ### Fixed - `notices` command properly reads cached dependency notices contents (https://github.com/github/licensed/pull/283)