diff --git a/Cargo.lock b/Cargo.lock index 498226c81cb2b..d090325419d08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "aptos" -version = "6.0.0" +version = "6.0.1" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index 31e924e8df52b..adb5a136dda17 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -3,6 +3,8 @@ 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 + +## [6.0.1] - 2025/01/17 - Update Hasura metadata to include `entry_function_contract_address`, `entry_function_module_name`, and `entry_function_function_name` in `user_transactions` table. ## [6.0.0] - 2025/01/14 diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index 53945729e1291..0ccacca9b92f6 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 = "6.0.0" +version = "6.0.1" # Workspace inherited keys authors = { workspace = true }