From a37c140441d78fa6ad9c89e2fbb539f1ddb7e5a1 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Tue, 2 Aug 2022 09:11:46 -0300 Subject: [PATCH] 0.16.6-beta Update podspec --- ZcashLightClientKit.podspec | 2 +- changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index b152333a..af2447e4 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.16.5-beta' + s.version = '0.16.6-beta' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC diff --git a/changelog.md b/changelog.md index e920123c..64a71433 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +# 0.16.6-beta +- There's a problem with 0.16.5-beta hash. Re-relasing # 0.16.5-beta - [#449] Use CompactBlock Streamer download instead of batch downloads (#451) This increases the speed of downloads significantly while reducing the memory footprint.