diff --git a/Cargo.lock b/Cargo.lock index 5aa66fc68b6fa..185182f491374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "aptos" -version = "2.3.2" +version = "2.4.0" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index 243c895e42aab..0c61ebe1fe8d9 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to the Aptos CLI will be captured in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +N/A + +## [2.4.0] - 2023/01/05 - Hide the V2 compiler from input options until the V2 compiler is ready for release - Updated CLI source compilation to use rust toolchain version 1.74.1 (from 1.72.1). - Added `for` loop. diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index a01656f0a3dbc..24942e39c0d7c 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 = "2.3.2" +version = "2.4.0" # Workspace inherited keys authors = { workspace = true }