From b4fbb36cd7757a656f7324f025891fdf8e8c22d6 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 6 May 2022 14:45:20 -0300 Subject: [PATCH] Bump podspec version to 0.13.1-beta (#379) --- ZcashLightClientKit.podspec | 2 +- changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index 36620bc6..000e8f1c 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.13.0-beta.2' + s.version = '0.13.1-beta' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC diff --git a/changelog.md b/changelog.md index 7bdf6108..33d7c1e0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +# 0.13.1-beta +- [#326] Load Checkpoint files from bundle. +This is great news! now checkpoints are loaded from files on the bundle instead of +hardcoding them on source files. This will make updates easier, less error prone, +and mostly automatable. + +- PR #356 Adds a caveat to SPM / Xcode integration in Readme +- [#367] Darksidewalletd for testing `shield_funds` +- [#351] Write a Commit message Section for CONTRIBUTING.md # 0.13.0-beta.2 - [Enhancement] Fix: make BlockProgress `.nullProgress` static property public for ECC Reference Wallet CombineSynchonizer # 0.13.0-beta.1