CHANGELOG.md in licensed-3.7.5 vs CHANGELOG.md in licensed-3.8.0
- 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.8.0
+
+### Added
+
+- Licensing compliance status checks can now be used without cached files in a repository (https://github.com/github/licensed/pull/560)
+
## 3.7.5
### Fixed
- Python dependency metadata will be correctly parsed from the ouput of `pip show` (https://github.com/github/licensed/pull/555)
@@ -641,6 +647,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/3.7.5...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/3.8.0...HEAD