[#438] Release 0.16.3-beta

This commit changes the Podspec and changelog.md
This commit is contained in:
Francisco Gindre 2022-07-26 11:14:26 -03:00
parent d877a9aee2
commit 1f1f69bc24
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZcashLightClientKit'
s.version = '0.16.2-beta'
s.version = '0.16.3-beta'
s.summary = 'Zcash Light Client wallet SDK for iOS'
s.description = <<-DESC

View File

@ -1,3 +1,7 @@
# 0.16.3-beta
- [#436] Add checkpoint with a lower interval on mainnet (#437)
This adds checkpoint at a 2500 block interval to help reduce scan times
on new wallets
# 0.16.2-beta
- [#418] "Swift.EncodingError.InvalidValue Encoding an Int64 is not supported" (#430)
This fixes Cocoapods clients pointing to SQLite 0.12.2 instead of using 0.13