From eb2ebeaf97c71253c4558df1fb921ed888a371ed Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Wed, 27 Mar 2024 23:18:57 +0100 Subject: [PATCH] [#1404] Release 2.1.2 - fix for a bug in note selection when sending to a transparent recipient --- CHANGELOG.md | 5 +++++ .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.swift | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c2dd77..cb7dc92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +# 2.1.2 - 2024-03-27 + +## Fixed +- Bug in note selection when sending to a transparent recipient. + # 2.1.1 - 2024-03-27 ## Fixed diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 0879a77f..a38445c3 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -176,8 +176,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi", "state" : { - "revision" : "b393e397fdda8193b75deacc9bd50b6852346a24", - "version" : "0.7.2" + "revision" : "8838b4f0ee4193349fed09f0248220d4ada271fc", + "version" : "0.7.3" } } ], diff --git a/Package.swift b/Package.swift index 810333f5..2b6c074b 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.19.1"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"), - .package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.7.2") + .package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.7.3") ], targets: [ .target(