diff --git a/Example/ZcashLightClientSample/Podfile.lock b/Example/ZcashLightClientSample/Podfile.lock index 96ebae41..ffb6c838 100644 --- a/Example/ZcashLightClientSample/Podfile.lock +++ b/Example/ZcashLightClientSample/Podfile.lock @@ -68,13 +68,13 @@ PODS: - SwiftNIOFoundationCompat (< 3, >= 2.19.0) - SwiftNIOTLS (< 3, >= 2.19.0) - SwiftProtobuf (1.16.0) - - ZcashLightClientKit (0.11.0): + - ZcashLightClientKit (0.11.2): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) - - ZcashLightClientKit/DerivationToolTests (0.11.0): + - ZcashLightClientKit/DerivationToolTests (0.11.2): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) - - ZcashLightClientKit/Tests (0.11.0): + - ZcashLightClientKit/Tests (0.11.2): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) @@ -153,7 +153,7 @@ SPEC CHECKSUMS: SwiftNIOTLS: 4f8df225f03393f08e0b47b4d876ae38167f8a27 SwiftNIOTransportServices: 896c9a4ac98698d32aa2feea7657ade219ae80bb SwiftProtobuf: 4e16842b83c6fda06b10fac50d73b3f1fce8ab7b - ZcashLightClientKit: 4df280350ce629f4a295076ad7891a3faf581a21 + ZcashLightClientKit: 4ab8dcc33a3567331ed999eb1d1632389fa01619 PODFILE CHECKSUM: f80c264274518f30ca62d2d474439fe257444aec diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index f476307b..582530c1 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.11.1' + s.version = '0.11.2' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC diff --git a/changelog.md b/changelog.md index 0d2be03e..8313253b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +# 0.11.2 +* [FIX] Fix build for Apple Silicon (M1) #285 by @ealymbaev # 0.11.1 * [Enhancement] Rewind API has a `.quick` option # 0.11.0