diff --git a/Cargo.lock b/Cargo.lock index be6f4d372f1ea..dbe8b1c7df442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "aptos" -version = "4.5.0" +version = "4.6.0" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index 85a3e519f7ccd..ffd001a799283 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -4,9 +4,10 @@ All notable changes to the Aptos CLI will be captured in this file. This project # Unreleased +## [4.6.0] - 2024/11/29 - Add `--node-api-key` flag to `aptos move replay` to allow for querying the fullnode with an API key. - Add `--chunk-size` flag to allow configuring chunk size for chunked publish mode. -- Update the default chunk size for chunked publish mode (`CHUNK_SIZE_IN_BYTES`) from 60,000 to 55,000. +- Lower the default chunk size for chunked publish mode (`CHUNK_SIZE_IN_BYTES`) from 60,000 to 55,000. ## [4.5.0] - 2024/11/15 - Determine network from URL to make explorer links better for legacy users diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index d5dde529b18bc..c137909d6a649 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.5.0" +version = "4.6.0" # Workspace inherited keys authors = { workspace = true }