diff --git a/CHANGELOG.md b/CHANGELOG.md index d77cae3b6..82445c5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 7.1.2 - 2024-10-11 + ### Fixed - `phylum package` subcommand showing unprocessed packages as complete +- Packages which cannot be analyzed showing up as having no issues ## 7.1.1 - 2024-10-09 @@ -21,7 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Package subcommand failing to parse API responses -- Packages which cannot be analyzed showing up as having no issues ## 7.1.0 - 2024-09-24 diff --git a/Cargo.lock b/Cargo.lock index 09f90637c..a7ab51b2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4456,7 +4456,7 @@ dependencies = [ [[package]] name = "phylum-cli" -version = "7.1.1" +version = "7.1.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 08a38b6ff..67c33423f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phylum-cli" -version = "7.1.1" +version = "7.1.2" authors = ["Phylum, Inc. "] license = "GPL-3.0-or-later" edition = "2021"