CHANGELOG.md in licensed-2.9.2 vs CHANGELOG.md in licensed-2.10.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.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)
+- Multiple apps can share a single cache location (https://github.com/github/licensed/pull/263)
+
## 2.9.2
2020-04-28
### Changed
- `licensee` minimum version bumped to 9.13.2 (https://github.com/github/licensed/pull/256)
@@ -290,6 +300,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.9.2...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.10.0...HEAD