monero-java-v0.1.0
This release adds multisig support to the RPC and JNI wallets.
The specification was also updated to include parameter types and accurately document ulongs and uints.
This release makes breaking changes to the wallet API. Specifically, in order to support multisig, the return type when sending transactions is now a MoneroTxSet which contains references to individual transactions, rather than returning the transactions directly.