From cb2e59f778815e9db1fedc9f30e6d9fe33836243 Mon Sep 17 00:00:00 2001 From: Charles Coggins Date: Tue, 10 Dec 2024 17:34:56 -0600 Subject: [PATCH] Bump to v7.2.0 (#1554) Release-Version: v7.2.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44911ee6b..21495f8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 7.2.0 - 2024-12-10 + ### Added - Support for C#'s `packages.*.config` lockfile type - `phylum firewall log` command to browse firewall activity log +### Changed + +- Certificate check option name doesn't match configuration option + ### Fixed - Gradle manifests incorrectly retained on Windows diff --git a/Cargo.lock b/Cargo.lock index cb8a44efa..5b0256763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4483,7 +4483,7 @@ dependencies = [ [[package]] name = "phylum-cli" -version = "7.1.5" +version = "7.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 258ba3a35..f994ae056 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phylum-cli" -version = "7.1.5" +version = "7.2.0" authors = ["Phylum, Inc. "] license = "GPL-3.0-or-later" edition = "2021"