diff --git a/Changelog.md b/Changelog.md index b8caa6418..13c01af55 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Spectrometer Changelog +## v2.15.3 + +- Resolve a scan performance regression for `fossa vps` invocations. ([#335](https://github.com/fossas/spectrometer/pull/335)) +- Resolve a scan performance regression for `fossa analyze --experimental-enable-monorepo` invocations. ([#335](https://github.com/fossas/spectrometer/pull/335)) + ## v2.15.2 - Maven: Fixes an issue where dependencies parsed from `dependency:tree` would fail to resolve when uploaded. ([#332](https://github.com/fossas/spectrometer/pull/332)) diff --git a/vendor_download.sh b/vendor_download.sh index ab3c26055..7e88b5e64 100755 --- a/vendor_download.sh +++ b/vendor_download.sh @@ -45,7 +45,7 @@ esac TAG="latest" echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'" -WIGGINS_TAG="2021-08-05-19b866c" +WIGGINS_TAG="2021-08-12-8fff384" echo "Downloading wiggins binary" echo "Using wiggins release: $WIGGINS_TAG" WIGGINS_RELEASE_JSON=vendor/wiggins-release.json