diff --git a/Cargo.lock b/Cargo.lock index 80a48ae3ef7c5..5873f265bcaa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "aptos" -version = "4.6.0" +version = "4.7.0" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index 1e2d3237362da..6dc1d8fd14967 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to the Aptos CLI will be captured in this file. This project # Unreleased +## [4.7.0] - 2024/12/10 - [`Fix`] CLI config should not always require a private key field to be present. ## [4.6.0] - 2024/11/29 diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index c137909d6a649..99797d06b3113 100644 --- a/crates/aptos/Cargo.toml +++ b/crates/aptos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos" description = "Aptos tool for management of nodes and interacting with the blockchain" -version = "4.6.0" +version = "4.7.0" # Workspace inherited keys authors = { workspace = true }