CHANGELOG.md in licensed-2.6.2 vs CHANGELOG.md in licensed-2.7.0
- old
+ new
@@ -4,10 +4,19 @@
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.7.0
+2019-11-10
+
+### Added
+- License text is automatically generated for known licenses when not otherwise available (https://github.com/github/licensed/pull/223)
+
+### Changed
+- Ignoring dependencies uses glob pattern matching (https://github.com/github/licensed/pull/225)
+
## 2.6.2
2019-11-03
### Changed
- A number of improvements to the go dependency enumerator
@@ -244,6 +253,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.6.2...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.7.0...HEAD