diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fe7e7c..37c17cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Change Log ========== -Unreleased ------------------------------------- +## 1.13.0-beta01 +### Changed - The SDK's internal networking has been refactored to a separate Gradle module `lightwallet-client-lib` (and therefore a separate artifact) which is a transitive dependency of the Zcash Android SDK. - The `z.cash.ecc.android.sdk.model.LightWalletEndpoint` class has been moved to `co.electriccoin.lightwallet.client.model.LightWalletEndpoint` diff --git a/gradle.properties b/gradle.properties index a704d8c6..ba8b610e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ ZCASH_ASCII_GPG_KEY= # Configures whether release is an unstable snapshot, therefore published to the snapshot repository. IS_SNAPSHOT=true -LIBRARY_VERSION=1.12.0-beta01 +LIBRARY_VERSION=1.13.0-beta01 # Kotlin compiler warnings can be considered errors, failing the build. ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true