CHANGELOG.md in licensed-1.3.0 vs CHANGELOG.md in licensed-1.3.1
- old
+ new
@@ -4,10 +4,14 @@
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]
+## 1.3.1 - 2018-08-01
+### Fixed
+- Fixed regression finding ruby gems by path
+
## 1.3.0 - 2018-07-25
### Added
- Manifests for the manifest dependency source can be specified using glob patterns in the configuration
- Paths to licenses for dependencies from the manifest dependency source can be specified in the configuration
- Manifest dependency source looks for license content in C-style comments if a license file isn't found
@@ -58,6 +62,6 @@
## 1.0.0 - 2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/1.3.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/1.3.1...HEAD