Update changelog and bump version.

This commit is contained in:
Kevin Gorham 2021-05-03 22:55:17 -04:00
parent 0acb439793
commit 0cae3fea2b
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
Change Log
==========
Version 1.3.0-beta09 *(2021-05-04)*
------------------------------------
- New: Add quick rewind feature, which makes it easy to rescan blocks after an upgrade.
Version 1.3.0-beta08 *(2021-05-01)*
------------------------------------
- Fix: Disable librustzcash logs by default.

View File

@ -9,8 +9,8 @@ targetSdkVersion = 30
publish {
group = 'cash.z.ecc.android'
versionName = '1.3.0-beta07'
versionCode = 1_03_00_207 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release.
versionName = '1.3.0-beta09'
versionCode = 1_03_00_209 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release.
artifactId = 'zcash-android-sdk'
target = 'release'
}