Skip to content

Commit

Permalink
[release] Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Feb 10, 2025
1 parent 5a65e90 commit 68dda3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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)
Expand Down

0 comments on commit 68dda3a

Please sign in to comment.