Added
* CREATE2 Solidity addresses can now be represented by a `ContractId` with `evmAddress` set.
* `ContractId.fromEvmAddress()`
* `ContractFunctionResult.stateChanges`
* `ContractFunctionResult.evmAddress`
* `ContractStateChange`
* `StorageChange`
* New response codes.
* `ChunkedTransaction.[set|get]ChunkSize()`, and changed default chunk size for `FileAppendTransaction` to 2048.
Fixed
* `TransactionId.setRegenerateTransactionId()`
* `Transaction.execute(client, timeout)`
Deprecated
* `ContractId.fromSolidityAddress()`, use `ContractId.fromEvmAddress()` instead.