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.