diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afe58a33..62a14c24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [5.8.1] - 2023-11-07 + ### Fixed - Gradle lockfile generation with `build.gradle.kts` manifests @@ -697,7 +699,8 @@ before, the existing project ID will be re-linked. - Initial release. -[unreleased]: https://github.com/phylum-dev/cli/compare/v5.8.0...HEAD +[unreleased]: https://github.com/phylum-dev/cli/compare/v5.8.1...HEAD +[5.8.1]: https://github.com/phylum-dev/cli/compare/v5.8.0...v5.8.1 [5.8.0]: https://github.com/phylum-dev/cli/compare/v5.7.3...v5.8.0 [5.7.3]: https://github.com/phylum-dev/cli/compare/v5.7.2...v5.7.3 [5.7.2]: https://github.com/phylum-dev/cli/compare/v5.7.1...v5.7.2 diff --git a/Cargo.lock b/Cargo.lock index a4c1028a5..8aa0df5ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3592,7 +3592,7 @@ dependencies = [ [[package]] name = "phylum-cli" -version = "5.8.0" +version = "5.8.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4cf324802..583227ea3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phylum-cli" -version = "5.8.0" +version = "5.8.1" authors = ["Phylum, Inc. "] license = "GPL-3.0-or-later" edition = "2021"