CHANGELOG.md in licensed-3.9.0 vs CHANGELOG.md in licensed-3.9.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]
+## 3.9.1
+
+### Fixed
+
+- Updating cached dependency records will more accurately apply `review_changed_license` flag (https://github.com/github/licensed/pull/578)
+
## 3.9.0
### Added
- `NOTICE` files can now be generated without cached files in a repository (https://github.com/github/licensed/pull/572)
@@ -653,6 +659,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/3.9.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/3.9.1...HEAD