From 68dda3ad76640ddd0665c72a099bc363ce8f9646 Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Mon, 10 Feb 2025 13:39:39 -0500 Subject: [PATCH] [release] Release v1.5.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88dd88..da919ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/e # Unreleased +# v1.5.0 (2/10/2024) + +- [`Fix`] Make NodeClient match AptosRpcClient interface - [`Dependency`] Update `golang.org/x/crypto` to `v0.32.0` - [`Dependency`] Update `github.com/hasura/go-graphql-client` to `v0.13.1` @@ -14,7 +17,8 @@ adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/e # v1.4.0 (12/09/2024) -- [`Breaking`] SignedTransaction can only contain `RawTransaction`. Note, this is technically breaking, but should not change any user behavior or code. +- [`Breaking`] SignedTransaction can only contain `RawTransaction`. Note, this is technically breaking, but should not + change any user behavior or code. - [`Fix`] SignedTransaction deserialization will properly initialized `nil` fields before deserializing. # v1.3.0 (11/25/2024)