CHANGELOG.md in licensed-2.0.0 vs CHANGELOG.md in licensed-2.0.1
- old
+ new
@@ -4,10 +4,17 @@
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.0.1 - 2019-02-14
+
+### Changes
+- Dependency paths that don't exist on the local disk are reported as warnings
+- Cache, status and list output is sorted by app name, source type and dependency name
+- Bumped `licensee` gem requirement
+
## 2.0.0 - 2019-02-09
**This is a major release and includes breaking changes to the configuration and cached record file formats**
### Added
@@ -131,6 +138,6 @@
## 1.0.0 - 2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.0.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.0.1...HEAD