CHANGELOG.md in licensed-2.8.0 vs CHANGELOG.md in licensed-2.9.0
- old
+ new
@@ -4,10 +4,25 @@
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.9.0
+2020-03-19
+
+## Added
+- Source paths use glob pattern matching (https://github.com/github/licensed/pull/245)
+
+## Fixed
+- Mix source supports updates to mix.lock format (:tada: @bruce https://github.com/github/licensed/pull/242)
+- Go source supports `go list` format changes in go 1.14 (https://github.com/github/licensed/pull/247)
+
+## Changed
+- `licensed cache` will flag dependencies for re-review when license text changes (https://github.com/github/licensed/pull/248)
+- `licensed status` will raise errors on dependencies that need re-review (https://github.com/github/licensed/pull/248)
+- `licensee` minimum version bumped to 9.13.1 (https://github.com/github/licensed/pull/251)
+
## 2.8.0
2020-01-03
### Added
- Yarn source (https://github.com/github/licensed/pull/232, https://github.com/github/licensed/pull/233, https://github.com/github/licensed/pull/236)
@@ -263,6 +278,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.8.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.9.0...HEAD