CHANGELOG.md in licensed-2.11.0 vs CHANGELOG.md in licensed-2.11.1
- old
+ new
@@ -4,10 +4,16 @@
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.1
+2020-06-09
+
+### Fixed
+- `notices` command properly reads cached dependency notices contents (https://github.com/github/licensed/pull/283)
+
## 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)
@@ -310,6 +316,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.11.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.11.1...HEAD