diff --git a/Cargo.lock b/Cargo.lock index 3837a3bcf00e1..5f619517cfcdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "aptos" -version = "4.2.2" +version = "4.2.3" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index de17a8a00bbfd..b11f74422c636 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to the Aptos CLI will be captured in this file. This project ## Unreleased +## [4.2.3] - 2024/09/20 +- Fix the broken indexer in localnet in 4.2.2, which migrates table info from sycn to async ways. + ## [4.2.2] - 2024/09/20 - Fix localnet indexer processors that were emitting spamming logs in 4.2.1. diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index 44a8a86281934..df8ba8c787130 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.2.2" +version = "4.2.3" # Workspace inherited keys authors = { workspace = true }