Skip to content

Commit 903d5c9

Browse files
authored
release: v2.67.0 (#1453)
Signed-off-by: Ivan Ivanov <[email protected]>
1 parent 87a5cac commit 903d5c9

File tree

4 files changed

+449
-2
lines changed

4 files changed

+449
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.67.0
2+
3+
### Added
4+
- Checks for `NodeUpdate` and `NodeDelete` to Return error when `nodeID` is not explicitly set [#1426](https://github.com/hiero-ledger/hiero-sdk-go/pull/1426)
5+
- This prevents users from accidentally updating or deleting node with id 0
6+
7+
### Changed
8+
- Refactored usage of for loops with `slices.Contains`, which can make the code more concise and easy to read [#1442](https://github.com/hiero-ledger/hiero-sdk-go/pull/1442)
9+
110
## v2.66.0
211

312
### Added

0 commit comments

Comments
 (0)