Skip to content

Commit

Permalink
release v2.54.0 (#1228)
Browse files Browse the repository at this point in the history
* release v2.54.0

Signed-off-by: Ivan Ivanov <[email protected]>

* chore: update changelog

Signed-off-by: Ivan Ivanov <[email protected]>

---------

Signed-off-by: Ivan Ivanov <[email protected]>
  • Loading branch information
0xivanov authored Jan 22, 2025
1 parent 8ea1bba commit 27aa6fa
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v2.54.0

### Added
- `DeleteTokenNftAllowanceAllSerials()` method in `AccountAllowanceApproveTransaction`

### Fixed
- Overriding the default values of properties in some transactions when doing `transaction.toBytes()` and then `TransactionFromBytes(transaction)`.

### Changed
- Moved all source files to `/sdk` directory. The new way of importing the SDK is `import hiero "github.com/hiero-ledger/hiero-sdk-go/v2/sdk"`

## v2.53.0

### Added
Expand Down
Loading

0 comments on commit 27aa6fa

Please sign in to comment.