diff --git a/CHANGELOG.md b/CHANGELOG.md index 2605fdde..afec7655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [7.2.0] / 2024-05-07 + +### Added +* Add more license detection - [b3dde46e](https://github.com/pivotal/LicenseFinder/commit/b3dde46e2018aef9b6436a04777ec33d40a134e4) - Simon Warren +* Unlicense - [6fb571ca](https://github.com/pivotal/LicenseFinder/commit/6fb571cad9b5ee856c0984ca79aa7604afdd818b) - Jim Kane + +### Fixed +* Ensure licenses are recognised by `spdx_id` - [b263f500](https://github.com/pivotal/LicenseFinder/commit/b263f500eaaf802e90ee023c4a6c4b6aa068dd7e) - Simon Warren +* Ensure yarn runs in "current" project dir - [37d52f2b](https://github.com/pivotal/LicenseFinder/commit/37d52f2b4503d799a4c551b573848e9bbbce4848) - Simon Warren +* Fix CPL1 pretty name - [3ae49861](https://github.com/pivotal/LicenseFinder/commit/3ae49861dbfaf0bbd023d68dabad067f32775f48) - Simon Warren +* Fix 'unknown' Yarn 2 licenses - [f57745be](https://github.com/pivotal/LicenseFinder/commit/f57745be34bb7774577ea577671ea7b5c3246576) - Simon Warren +* Print subproject paths when logging - [add2f969](https://github.com/pivotal/LicenseFinder/commit/add2f9698a0f3c02d3148655a4b538e2f557d2be) - Simon Warren + +### Deprecated +* - Remove Dep package manager for jammy release - [42bed10d](https://github.com/pivotal/LicenseFinder/commit/42bed10d80e4b0e6fac1c62dd5eca2097ffc3517) + # [7.1.0] / 2022-11-28 ### Added @@ -1034,3 +1050,4 @@ Bugfixes: [7.0.0]: https://github.com/pivotal/LicenseFinder/compare/v6.15.0...v7.0.0 [7.0.1]: https://github.com/pivotal/LicenseFinder/compare/v7.0.0...v7.0.1 [7.1.0]: https://github.com/pivotal/LicenseFinder/compare/v7.0.1...v7.1.0 +[7.2.0]: https://github.com/pivotal/LicenseFinder/compare/v7.1.0...v7.2.0 diff --git a/VERSION b/VERSION index a3fcc712..0ee843cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0 +7.2.0