Skip to content

Commit 35d6c94

Browse files
committed
[release] Bump to 1.6.0
1 parent 6fab748 commit 35d6c94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/e
55

66
# Unreleased
77

8+
# v1.6.0 (3/24/2025)
9+
810
- [`Feature`] Add the ability for ABI simple type conversion of entry function arguments with both remote and local ABI
911
- Add ability to simulate for any transaction including multi-agent and fee payer
1012
- [`Fix`] Ensure proper cleanup of response body on read error to prevent potential memory leak.
@@ -16,15 +18,15 @@ adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/e
1618
- [`Fix`] Fix AptosRpcClient, AptosFaucetClient, AptosIndexerClient interfaces to be enforced on concrete types properly
1719
- [`Fix`] A few error case fixes and lint updates
1820

19-
# v1.5.0 (2/10/2024)
21+
# v1.5.0 (2/10/2025)
2022

2123
- [`Fix`] Make NodeClient match AptosRpcClient interface
2224
- [`Dependency`] Update `golang.org/x/crypto` to `v0.32.0`
2325
- [`Dependency`] Update `github.com/hasura/go-graphql-client` to `v0.13.1`
2426
- [`Fix`] Make NodeClient satisfy AptosRpcClient interface
2527
- [`Breaking`] Change Account signer input to use Address instead of AuthKey, authkey comes from the private key
2628

27-
# v1.4.1 (01/02/2024)
29+
# v1.4.1 (01/02/2025)
2830

2931
- [`Fix`] Non struct events, will have a field named `__any_data__` that contains the actual data of the struct
3032

0 commit comments

Comments
 (0)