CHANGELOG.md in licensed-2.10.0 vs CHANGELOG.md in licensed-2.11.0
- old
+ new
@@ -4,18 +4,28 @@
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.11.0
+2020-06-02
+
+### Added
+- `notices` command to create a `NOTICE` file for each configured app (https://github.com/github/licensed/pull/277)
+
+### Fixed
+- NuGet source no longer crashes on a non-existent dependency path (https://github.com/github/licensed/pull/280)
+- Go source no longer crashes on a non-existent dependency package path (https://github.com/github/licensed/pull/274)
+
## 2.10.0
2020-05-15
### Changed
- NPM source ignores missing peer dependencies (https://github.com/github/licensed/pull/267)
### Added
-- Nuget source (:tada: @zarenner https://github.com/github/licensed/pull/261)
+- NuGet source (:tada: @zarenner https://github.com/github/licensed/pull/261)
- Multiple apps can share a single cache location (https://github.com/github/licensed/pull/263)
## 2.9.2
2020-04-28
@@ -300,6 +310,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.10.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.11.0...HEAD