Skip to content

Commit

Permalink
release(sdk): prepare v2.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Akhterov <[email protected]>
  • Loading branch information
janaakhterov committed Jun 21, 2022
1 parent 7dfa028 commit d2e4b2d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.16.0-beta.1
## v2.16.0

### Added

Expand All @@ -31,6 +31,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `TransactionRecord.[to|from]Bytes()` should round trip correclty

## v2.16.0-beta.1

### Added

* `StakingInfo`
* `AccountCreateTransaction.stakedNodeAccountId`
* `AccountCreateTransaction.stakedNodeId`
* `AccountCreateTransaction.declineStakingReward`
* `ContractCreateTransaction.stakedNodeContractId`
* `ContractCreateTransaction.stakedNodeId`
* `ContractCreateTransaction.declineStakingReward`
* `AccountUpdateTransaction.stakedNodeAccountId`
* `AccountUpdateTransaction.stakedNodeId`
* `AccountUpdateTransaction.declineStakingReward`
* `ContractUpdateTransaction.stakedNodeContractId`
* `ContractUpdateTransaction.stakedNodeId`
* `ContractUpdateTransaction.declineStakingReward`
* `TransactionRecord.paidStakingRewards`
* `ScheduleCreateTransaction.expirationTime`
* `ScheduleCreateTransaction.waitForExpiry`

## v2.15.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/sdk",
"version": "2.15.0",
"version": "2.16.0",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down

0 comments on commit d2e4b2d

Please sign in to comment.