CHANGELOG.md in licensed-2.7.0 vs CHANGELOG.md in licensed-2.8.0
- old
+ new
@@ -4,10 +4,20 @@
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.8.0
+2020-01-03
+
+### Added
+- Yarn source (https://github.com/github/licensed/pull/232, https://github.com/github/licensed/pull/233, https://github.com/github/licensed/pull/236)
+- NPM source has a new option to include non-production dependencies (https://github.com/github/licensed/pull/231)
+
+### Fixed
+- Cabal source will no longer crash if packages aren't found (https://github.com/github/licensed/pull/230)
+
## 2.7.0
2019-11-10
### Added
- License text is automatically generated for known licenses when not otherwise available (https://github.com/github/licensed/pull/223)
@@ -253,6 +263,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.7.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.8.0...HEAD