CHANGELOG.md in licensed-2.13.0 vs CHANGELOG.md in licensed-2.14.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.14.0
+2020-10-04
+
+### Addded
+- `reviewed` dependencies can use glob pattern matching (https://github.com/github/licensed/pull/313)
+
+### Fixed
+- Fix configuring source path globs that expand into a single directory (https://github.com/github/licensed/pull/312)
+
## 2.13.0
2020-09-23
### Added
- `status` command results can be output in YAML and JSON formats (:tada: @julianvilas https://github.com/github/licensed/pull/303)
@@ -349,6 +358,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.13.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.14.0...HEAD