Skip to content

Commit

Permalink
Bump to v7.1.1 (#1515)
Browse files Browse the repository at this point in the history
Release-Version: v7.1.1
  • Loading branch information
maxrake authored Oct 9, 2024
1 parent 1dd0623 commit 8a308ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 7.1.1 - 2024-10-09

### Changed

- Use `suppression_reason` instead of deprecated `suppressed` field
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phylum-cli"
version = "7.1.0"
version = "7.1.1"
authors = ["Phylum, Inc. <[email protected]>"]
license = "GPL-3.0-or-later"
edition = "2021"
Expand Down
2 changes: 2 additions & 0 deletions extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 7.1.1 - 2024-10-09

### Changed

- Return type fields of `PhylumApi::getPackageDetails`
Expand Down

0 comments on commit 8a308ae

Please sign in to comment.