CHANGELOG.md in licensed-3.7.1 vs CHANGELOG.md in licensed-3.7.2
- old
+ new
@@ -4,10 +4,21 @@
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.7.2
+
+### Fixed
+
+- Comparing dependency license contents now finds matching contents regardless of the order of the licenses (https://github.com/github/licensed/pull/516)
+- Fixed typo in a link in README.md (https://github.com/github/licensed/pull/514)
+
+### Changed
+
+- Elixir testing setup is migrated to erlef/setup-beam (https://github.com/github/licensed/pull/512)
+
## 3.7.1
### Fixed
- Dependencies' legal notice file matching has been made more strict to reduce false positives on code files containing the word `legal` (https://github.com/github/licensed/pull/510)
@@ -607,6 +618,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/3.7.1...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/3.7.2...HEAD