Skip to content

Commit cb2e59f

Browse files
authored
Bump to v7.2.0 (#1554)
Release-Version: v7.2.0
1 parent e9983fa commit cb2e59f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
## Unreleased
1010

11+
## 7.2.0 - 2024-12-10
12+
1113
### Added
1214

1315
- Support for C#'s `packages.*.config` lockfile type
1416
- `phylum firewall log` command to browse firewall activity log
1517

18+
### Changed
19+
20+
- Certificate check option name doesn't match configuration option
21+
1622
### Fixed
1723

1824
- Gradle manifests incorrectly retained on Windows

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phylum-cli"
3-
version = "7.1.5"
3+
version = "7.2.0"
44
authors = ["Phylum, Inc. <[email protected]>"]
55
license = "GPL-3.0-or-later"
66
edition = "2021"

0 commit comments

Comments
 (0)