From 1f1f69bc24f0e31387a532745252bd843867bf4a Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Tue, 26 Jul 2022 11:14:26 -0300 Subject: [PATCH] [#438] Release 0.16.3-beta This commit changes the Podspec and changelog.md --- ZcashLightClientKit.podspec | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index facbd7e8..dd30a10c 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -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 diff --git a/changelog.md b/changelog.md index deb148b7..cd29fa5a 100644 --- a/changelog.md +++ b/changelog.md @@ -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